diff options
author | Adam Lazur <zal@debian.org> | 2004-03-15 20:46:35 -0500 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:25 +0200 |
commit | 1d754e13bd72a02d237bca1e2d67df03b1e9502a (patch) | |
tree | 919a5e96a85d7cd4c91dd50606d6dc92e946566a /debian/screenrc | |
parent | 67af36e4c38c4ee5fc23c1efb70ef91c7b2cd922 (diff) | |
parent | 9d943c7539f59f42ba8f8052497dc541fe5f0167 (diff) | |
download | screen-1d754e13bd72a02d237bca1e2d67df03b1e9502a.tar.gz |
Imported Debian patch 4.0.2-3debian/4.0.2-3
Diffstat (limited to 'debian/screenrc')
-rw-r--r-- | debian/screenrc | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/debian/screenrc b/debian/screenrc index 6cf7caa..c6a0d5f 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -1,4 +1,4 @@ -# $Id: screenrc,v 1.8 2002/03/20 22:20:21 laz Exp $ +# $Id: screenrc,v 1.15 2003/10/08 11:39:03 zal Exp $ # # /etc/screenrc # @@ -39,27 +39,21 @@ defscrollback 1024 # ------------------------------------------------------------------------------ # Remove some stupid / dangerous key bindings -bind '^k' -#bind 'L' -bind '^\' +bind ^k +#bind L +bind ^\ # Make them better -bind '\\' quit -bind 'K' kill -bind 'I' login on -bind 'O' login off -bind '}' history - -#bind 'R' colon "screen -ln rlogin faui -8^b^b^b" -bind 'P' colon "^p" +bind \\ quit +bind K kill +bind I login on +bind O login off +bind } history # An example of a "screen scraper" which will launch urlview on the current # screen window # #bind ^B eval "hardcopy_append off" "hardcopy -h $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview" -# on Debian backspace should send char `\177': -bindkey -k kb stuff "\177" - # ------------------------------------------------------------------------------ # TERMINAL SETTINGS # ------------------------------------------------------------------------------ @@ -88,8 +82,11 @@ termcapinfo xterm*|linux*|rxvt*|Eterm* OP # in bug #134198) termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' -# Do not use xterms alternate window buffer (won't add lines to scrollback bfr) -#termcapinfo xterm|xterms|xs ti=\E7\E[?47l +# To get screen to add lines to xterm's scrollback buffer, uncomment the +# following termcapinfo line which tells xterm to use the normal screen buffer +# (which has scrollback), not the alternate screen buffer. +# +#termcapinfo xterm|xterms|xs|rxvt ti@:te@ # ------------------------------------------------------------------------------ # STARTUP SCREENS |