diff options
Diffstat (limited to 'src/vlib/unix')
-rw-r--r-- | src/vlib/unix/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/unix/cli.c b/src/vlib/unix/cli.c index cf524213f5b..74dea161388 100644 --- a/src/vlib/unix/cli.c +++ b/src/vlib/unix/cli.c @@ -1023,6 +1023,7 @@ unix_cli_terminal_type (u8 * term, uword len) _("xterm-color"); _("xterm-256color"); /* iTerm on Mac */ _("screen"); + _("screen-256color"); /* Screen and tmux */ _("ansi"); /* Microsoft Telnet */ #undef _ |