summaryrefslogtreecommitdiff
path: root/screenrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 20:59:00 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 20:59:41 +0100
commite6863595bf8a2d88c33d72aae9995561b8e269f1 (patch)
tree9c8817d1caf626f817eb9897770000a3bb50c35a /screenrc
parent21b8518d20ae44e125e1a91459a9e968f86e82bd (diff)
downloaddotfiles-e6863595bf8a2d88c33d72aae9995561b8e269f1.tar.xz
emacs: fix 256 colors support in screen
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc4
1 files changed, 1 insertions, 3 deletions
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