Using the Terminal Emulation Menus—Chapter 4
133TE 2000
5250 Terminal Emulation Programmer’s Guide
S 3) Terminal ID
This enables the entry of a character string sent back to the host in
response to IAC SB terminal type SE. The range is 0 through 30,
with null string as the default. I f set to null, then ANSI, VT100,
VT220, VT320, or VT340 is returned as selected.
Terminal ID
Terminal Type
S 4) Auto Wrap
If enabled, graphic display characters received when the cursor is at
the right margin appear on the next line. The screen scrolls up if
the cursor is at the end of the scrolling region.
If disabled (default), graphic characters received when the cursor is
at the right margin replace previously displayed characters.
S 5) Allow LineMode
When enabled, the terminal prompts to negotiate to the default
LineMode RFC 1184. When disabled, the terminal does not ne-
gotiate to LineMode RFC 1184.
S 6) Do Gold Key
When enabled, the F1 key acts as the Gold key on a VT/ANSI ter-
minal. This sends the F1 key value, which then “hides” the next
keypressed,butputsitsvalueintoabuffertosendtothehost(de-
fault).
When disabled, the F1 key acts as a fu nction key.
Note: The Gold key action is only invoked when the terminal is
executing in block mode.
S 7) More
Select this for more menu options:
1) Do UTF8
Select this option to enable UTF-8 encoding as defined by RFC
2279. If the character is between 0 and 0x 7f, then nothing
changes. If the character is between 0xc0 and 0xf d, then convert
the character to a displayable character using the following for-
mula where x is the first character in the string and y is the sec-
ond character.
(x – 0xc0) *2**6 + (y – 0x80)
If disabled (default), then characters are translated regularly as
defined by the current gl, gr ch ar acter sets selected.