
| Host Name | Address name or dotted IP |
| Port | Port number |
| Encoding | Character encoding (Cp437 or ASCII is recommended) |
| Protocol | This option is disabled in version 3.0 |
| Width |
Terminal screen width |
| Height |
Terminal screen height |
| Input Buffer |
Bytes read before protocol interpretation begins (larger = faster, smaller = smoother) |
| Paint Delay | Delay before interpreted characters are painted (smaller = smoother, larger = faster) |
| Scrollback Lines | Number of lines in the scrollback buffer |
| Visible Cursor | Block cursor is visible |
| Blinking Cursor | Block cursor blinks |
| Wrap Cursor | Wrap cursor after last column |
| Audible Bell |
Bell notification plays a sound |
| Visual Bell |
Bell notification flashes scroll
lock |
| Local Echo | Repeat characters which you type |
| Backspace Destructive | Clear the character cell to the left of the cursor on backspace |
| Family Name | Font family name (Monospaced default, Lucida recommended) |
| Style | Font style (PLAIN default) |
| Point Size | Font size (depends on font family, 11 default, 17-21 is recommended) |
| Page Up |
Moves the scrollback view up one
page. |
| Page Down |
Moves the scrollback view down
one page. |
| Arrow Up |
Character Discipline:
Sends a cursor up ANSI escape sequence to the host. Line Discipline: Scrolls to the preceding line of input. |
| Arrow Down |
Character Discipline:
Sends a cursor down ANSI escape sequence to the host. Line Discipline: Scrolls to the proceding line of input. |
| Arrow Right |
Character Discipline:
Sends a cursor right ANSI escape sequence to the host. Line Discipline: Moves the cursor to the right if there are characters proceding the cursor position. |
| Arrow Left |
Character Discipline:
Sends a cursor left ANSI escape sequence to the host. Line Discipline: Moves the cursor to the left if there are characters preceding the cursor position. |