summaryrefslogtreecommitdiff
path: root/screenrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-19 01:03:54 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-19 01:04:16 +0200
commit00ab63890f792624adef8e3574f1909b0094cb59 (patch)
tree8b4881d4d82a2b6cc3664cf214b10c08ba092567 /screenrc
parent3ae5aff0a5d88da000ed3e6e33e0901687bcacfd (diff)
downloaddotfiles-00ab63890f792624adef8e3574f1909b0094cb59.tar.xz
screenrc: improvements from byobu
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/screenrc b/screenrc
index 43877ae..686dcbc 100644
--- a/screenrc
+++ b/screenrc
@@ -4,13 +4,14 @@
autodetach on # detach on hangup
startup_message off # don't display the copyright page
defutf8 on # utf-8 encoding
-defscrollback 1000 # change default scrollback value for new windows
+defscrollback 10000 # change default scrollback value for new windows
bufferfile $HOME/.screen_exchange # the file to use for "readbuf" ('<') and "writebuf" ('>'):
shell -$SHELL # make the shell in every window a login shell
#term screen-256color # set TERM
- # fix 256 color support in urxvt
+attrcolor b ".I" # fix 256 color support in urxvt
termcapinfo rxvt* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
-termcapinfo rxvt* ti@:te@:XT # improve mouse scrolling
+termcapinfo rxvt* ti@:te@:XT # improve mouse scrolling,
+altscreen on # and text will go into terminal scrollback buffer
# keybindings
#bindkey -k k5 prev # F5 for previous window