conf: set TERM by default to vt220
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 18:29:29 +0000 (20:29 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 30 May 2012 18:29:29 +0000 (20:29 +0200)
vt220 seems to be the best alternative to "xterm" and should work with
every application.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/conf.c

index 181d661..edc6163 100644 (file)
@@ -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";