chiark / gitweb /
default to v102 everywhere, instead of vt100, to synchronize with agetty
[elogind.git] / src / shared / util.c
index def576de2130981cbc51ea64b74e2397f996949d..317abb801651f3b96189752ca80c05bbbce2fb5c 100644 (file)
@@ -4352,7 +4352,7 @@ bool tty_is_vc_resolve(const char *tty) {
 const char *default_term_for_tty(const char *tty) {
         assert(tty);
 
-        return tty_is_vc_resolve(tty) ? "TERM=linux" : "TERM=vt100";
+        return tty_is_vc_resolve(tty) ? "TERM=linux" : "TERM=vt102";
 }
 
 bool dirent_is_file(const struct dirent *de) {