vlib: add screen-256color CLI terminal type 10/7010/2
authorDamjan Marion <damarion@cisco.com>
Mon, 5 Jun 2017 19:56:12 +0000 (21:56 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 6 Jun 2017 00:35:56 +0000 (00:35 +0000)
Change-Id: Ia78e69e5e8ed18020314aef321b94ac37037799b
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/vlib/unix/cli.c

index cf52421..74dea16 100644 (file)
@@ -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 _