From: djrzulf Date: Tue, 4 Nov 2003 09:05:01 +0000 (+0000) Subject: - removed commas from bind option (doesn't work with commas), X-Git-Tag: auto/ac/screen-4_0_1-3~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=ad7cb1409c1daed7727070d4ccc163868c950b10;p=packages%2Fscreen.git - removed commas from bind option (doesn't work with commas), Changed files: screen-screenrc.patch -> 1.1 --- diff --git a/screen-screenrc.patch b/screen-screenrc.patch new file mode 100644 index 0000000..534bb7d --- /dev/null +++ b/screen-screenrc.patch @@ -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"