Menu Item
|
Resource Name
|
Action
|
Menu Bar
|
menuBar
|
Enables the menu bar.
|
Jump Scroll
|
jumpScroll
|
Enables the terminal emulator to add lines to the screen quickly.
|
Reverse Video
|
reverseVideo
|
Reverses the foreground and background. For example, if your terminal is displaying dark characters on a light background, reverse video displays light characters on a dark background.
|
Visual Bell
|
visualBell
|
Specifies flashing instead of an audible bell.
|
Auto Wraparound
|
autoWrap
|
Specifies that the character typed after the cursor reaches the right border of the page automatically appears on the next line. By default, autowrap is enabled. If autowrap is turned off, a character typed after the cursor reaches the right border replaces the character at the end of the line.
|
Reverse Wraparound
|
reverseWrap
|
Allows the cursor to wrap from the leftmost column on the line to the rightmost column of the previous line, allowing you to backspace to the previous line.
|
Auto Linefeed
|
autoLineFeed
|
Generates a linefeed automatically. This is for use with programs that generate carriage returns without dropping down a line on the screen.
|
Application Cursor Mode
|
appCursorMode
|
Generates ANSI escape sequences rather than standard cursor movements when you use arrow keys.
|
Application Keypad Mode
|
appKeypadMode
|
Generates control functions rather than numeric characters when the keypad is used.
|
Local Flow Control
|
localFlowControl
|
Determines whether flow control characters (such as Ctrl-S) are passed to the host. By default, local flow control is enabled. If local flow control is disabled, flow control characters are passed to the host.
|
Allow 80/132 Switching
|
c132
|
Allows the terminal emulator to display in the 132-column format required by some applications.
|
80/132 Font Switching
|
useCondensedFont
|
Switches from the default font to a condensed font upon receipt of the control sequence that changes the terminal emulator from 80- to 132-column mode.
|
Clear Screen With Blanks
|
clearScreenWithBlanks
|
Specifies whether the terminal emulator clears the screen by erasing the entire screen or by inserting a screen full of blanks. Enabling this option allows scrolling to previously displayed information on terminals connected to certain hosts. The drawback to using this option is that it may use up the save-line buffer quickly. The default is "false," which clears the screen by erasing.
|
Curses Emulation
|
curses
|
Emulates a bug in the UNIX curses screen-handling package.
|
Margin Bell
|
marginBell
|
Rings a bell when the cursor reaches the margin.
|
Strip Parity
|
stripParity
|
Strips parity from any data sent from the host so that the terminal emulator looks only at seven-bit bytes.
|
Grab Keyboard Input
|
secureKeyboard
|
Directs keyboard input to the terminal emulator window. Prevents another user from seeing key events being sent to the window.
|
ISO Latin 1 Font
|
latin1Font
|
Enables use of the ISO Latin Alphabet supplemental character set, which includes letters with accents and diacritical marks required in many European languages.
|
Blink Cursor
|
blinkCursor
|
Specifies whether the cursor should blink.
|
Visible Status Line
|
statusLine
|
Displays a 25th line at the bottom of the window, used by applications to display status information.
|
Log Output to File
|
Not applicable
|
Logs output to the file opened from the File menu. If no file is available for output logging, the item is not active in the Options menu.
|