Warning: Undefined array key 0 in
/home/public/screen/inc/html.php on line
1271
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
— |
commands:term [2010-01-23 02:30] (current) asciiphil created |
| ====== term ====== |
| |
| ===== Default Keybindings ===== |
| |
| None. |
| |
| ===== Syntax ===== |
| |
| * ''**term** //term//'' |
| |
| ===== Description ===== |
| |
| In each window's environment that ''screen'' opens, the $TERM variable is |
| set to "screen" by default. But when no description for "screen" is |
| installed in the local termcap or terminfo data base, you set $TERM to -- |
| say -- "vt100". This won't do much harm, as screen is VT100/ANSI |
| compatible. The use of the ''term'' command is discouraged for |
| non-default purpose. That is, one may want to specify special $TERM |
| settings (e.g. vt100) for the next "''screen rlogin othermachine''" |
| command. Use the command "''screen -T vt100 rlogin othermachine''" rather |
| than setting and resetting the default. |
| |
| |
| ===== Examples ===== |
| |
| None yet. |
| |
| ===== See Also ===== |
| |
| * [[:terminal]] |
| |