If changes have been made, the user will get a menu prompting whether or not the changes should be saved.
help
Display a help screen, with all of the keyboard operations and commands.
file operations
Pop up a menu for selecting whether to read a file, write to a file, or save the current contents of the editor, as well as send the contents of the editor to a print command (see the section "Initializing ee from a file").
redraw screen
Provide a means to repaint the screen if the screen has been corrupted.
settings
Show the current values of the operating modes, and right margin. By pressing return when the cursor is on a particular item, the value can be changed. To leave this menu, press the escape key. (See Modes below.)
search
Pop up a menu in which the user may choose to enter a string to search for, or search for a string already entered.
miscellaneous
Pop up a menu that allows the user to format the current paragraph, execute a shell command, or check the spelling of the text in the editor.
Tabs may be inserted as a single tab character, or replaced with spaces.
case sensitivity
The search operation can be sensitive to whether characters are upper- or lower-case, or ignore case completely.
margins observed
Lines can either be truncated at the right margin, or extend on forever.
auto paragraph formatting
While typing in text, the editor can try to keep it looking reasonably well within the width of the screen.
eightbit characters
Toggle whether eight bit characters are displayed as their value in angle brackets (e.g. "<220>") or as a character.
info window
A window showing the keyboard operations that can be performed can be displayed or not.
emacs keys
Control keys may be given bindings similar to emacs, or not.
16 bit characters
Toggles whether sixteen bit characters are handled as one 16-bit quantities or two 8-bit quantities. This works primarily with the Chinese Big 5 code set.
You may set these modes via the initialization file (see below), or with a menu (see above).
A small information window is displayed at the top of the terminal (default).
noinfo
Turn off the display of the information window.
margins
Cause ee to truncate lines at the right margin when the cursor passes beyond the right margin as set by the user while text is being inserted (default).
nomargins
Allow lines to extend beyond the right margin.
autoformat
Cause ee to automatically try to format the current paragraph while text insertion is occurring.
noautoformat
Turn off automatic paragraph formatting (default).
printcommand
Allow the setting of the print command (default: "lp").
rightmargin
The user can select a value for the right margin (the first column on the screen is zero).
highlight
Turn on highlighting of border of information window and menus (default).
nohighlight
Turn off highlighting of border of information window and menus.
eightbit
Turn on display of eight bit characters.
noeightbit
Turn off display of eight bit characters (they are displayed as their decimal value inside angle brackets, e.g., "<220>").