From e6863595bf8a2d88c33d72aae9995561b8e269f1 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 7 Dec 2009 20:59:00 +0100 Subject: emacs: fix 256 colors support in screen --- screenrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'screenrc') diff --git a/screenrc b/screenrc index d117f65..23942a5 100644 --- a/screenrc +++ b/screenrc @@ -9,9 +9,7 @@ nonblock on # don't block everything, waiting for an unres bufferfile $HOME/.screenex # the file to use for "readbuf" ('<') and "writebuf" ('>'): shell -$SHELL # make the shell in every window a login shell deflogin on # log new screen windows in utmp -#term screen-256color # set $TERM -attrcolor b ".I" # fix 256 color support in urxvt -termcapinfo rxvt* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +term screen-256color # set $TERM termcapinfo rxvt* ti@:te@:XT # improve mouse scrolling, altscreen on # and text will go into terminal scrollback buffer #screen -t "User" 0 zsh # default windows -- cgit v1.2.3