\format-html rdml.css \t Introduction \p TE is a basic text editor. It is inspired by the Nano and Pico editors, and provides a similar environment for use. It is simpler though, and can be customized using a dialect of Forth. \t Compiling \p Compilation is pretty straightforward: \pre \n 1. Obtain the source tree using darcs. (only need to do once) \n a. darcs get http://retroforth.org/projects/darcs/TE \n 2. Obtain a copy of librx.o (only need to do once) \n a. wget http://retroforth.org/projects/TE/librx.o \n 3. Pull the latest updates (do before each rebuild) \n a. darcs pull \n 4. Run "make" \-pre \t Basic Use \p Invoke the editor by doing \i ./te \i filename. If you invoke \i te without a filename, it will display a short summary of the command line useage. \p Editing is pretty simple. Just type. Arrow keys move around; CTRL+s to save, CTRL+g for more help. CTRL+x to quit. \t Customizing \p \b coming \b soon \end