chiark / gitweb /
serial: use TERM=vt100 instead of TERM=vt100-nav
[elogind.git] / src / util.c
index 2c7b1f9a56bd4cd7ae0f83619668a49eaeba4cbe..08bdec223eda8f2bebd6d345050c49aca74b40b3 100644 (file)
@@ -3521,7 +3521,7 @@ const char *default_term_for_tty(const char *tty) {
 
         /* FIXME: Proper handling of /dev/console would be cool */
 
-        return "TERM=vt100-nav";
+        return "TERM=vt100";
 }
 
 static const char *const ioprio_class_table[] = {