kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
68 stars 28 forks source link

TERM setting #32

Closed ericc-dream closed 4 years ago

ericc-dream commented 4 years ago

Hi A simple question : What is the purpose of the field "TERM" in the setting ?

kuthulux commented 4 years ago

that setting allows to override the env variable TERM which affects the terminal emulation. For some servers you have to use a different emulation for the console to work properly, although is not very common.

If not set, then xterm-256color will be used by default.

you can check the current value using: echo $TERM

ericc-dream commented 4 years ago

Ok, I see ! Thanks for the information