conf: set TERM by default to vt220
vt220 seems to be the best alternative to "xterm" and should work with every application. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
f076416fee
commit
c6f2573499
@ -172,7 +172,7 @@ done:
|
||||
conf_global.xkb_options = "";
|
||||
|
||||
if (!conf_global.term)
|
||||
conf_global.term = "linux";
|
||||
conf_global.term = "vt220";
|
||||
|
||||
if (!conf_global.seat)
|
||||
conf_global.seat = "seat0";
|
||||
|
Loading…
x
Reference in New Issue
Block a user