]> git.pld-linux.org Git - packages/screen.git/commitdiff
- removed commas from bind option (doesn't work with commas),
authordjrzulf <djrzulf@pld-linux.org>
Tue, 4 Nov 2003 09:05:01 +0000 (09:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen-screenrc.patch -> 1.1

screen-screenrc.patch [new file with mode: 0644]

diff --git a/screen-screenrc.patch b/screen-screenrc.patch
new file mode 100644 (file)
index 0000000..534bb7d
--- /dev/null
@@ -0,0 +1,26 @@
+--- screen-4.0.1/etc/etcscreenrc~      2003-11-04 10:01:47.000000000 +0100
++++ screen-4.0.1/etc/etcscreenrc       2003-11-04 10:03:31.000000000 +0100
+@@ -82,15 +82,15 @@
+ terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
+ #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 \\ quit
++bind K kill
++bind I login on
++bind O login off
++bind } history
+ # On Debian GNU/Linux, `<--' (Backspace key) should send char `\177':
+ bindkey -k kb stuff "\177"
This page took 0.031519 seconds and 4 git commands to generate.