From 9c424e058c37aac258a75ee56891d754b398a578 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 Feb 2013 13:46:06 -0800 Subject: [PATCH] use xterm-256color instead; fix xterm info line --- .screenrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index 245ca26..47d2855 100644 --- a/.screenrc +++ b/.screenrc @@ -10,7 +10,8 @@ attrcolor b ".I" defbce "on" # enable scrolling in the xterm termcapinfo xterm|xterms|xs|rxvt ti@:te@ -term xterm-vt220 +termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +term xterm-256color hardstatus alwayslastline # hardstatus string "%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c:%s %{g}]" -- 2.39.2