Library /sys$common/syshlp/tff$tfuhelp.hlb Commands, SET, TERMINAL, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The first example shows how to enable fallback using system defaults that are not already enabled. The ACCEPT option enables 8-bit input characters. The NOSIGNAL option disables the terminal bell when in- valid compose sequences are entered. TFU> SET TERMINAL/FALLBACK=(ACCEPT, NOSIGNAL) The next example command disables fallback for terminal TXB0 and is equivalent to SET TERMINAL/NOFALLBACK TXB0. Note that you can place qualifiers before or after the terminal-name parameter. TFU> SET TERMINAL TXB0: /FALLBACK=TABLE:NONE
|