diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 09:50:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 09:50:33 +0000 |
commit | 5adbdcabee9cf6728adefcbb978d50f346bc0daa (patch) | |
tree | 816375b4e4af0706a0a5b5b412d60bcb08c795b6 /sysutils/screen | |
parent | b92af40b22ac60cefb1d96166beaae7da9d7cf04 (diff) | |
download | ports-5adbdcabee9cf6728adefcbb978d50f346bc0daa.tar.gz ports-5adbdcabee9cf6728adefcbb978d50f346bc0daa.zip |
As a followup of ports/57028, remove more "'"s from the keybindings.
Submitted by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes:
svn path=/head/; revision=91008
Diffstat (limited to 'sysutils/screen')
-rw-r--r-- | sysutils/screen/files/patch-etc::etcscreenrc | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/screen/files/patch-etc::etcscreenrc b/sysutils/screen/files/patch-etc::etcscreenrc index 59075978783e..a06aa089d5f0 100644 --- a/sysutils/screen/files/patch-etc::etcscreenrc +++ b/sysutils/screen/files/patch-etc::etcscreenrc @@ -1,6 +1,6 @@ ---- etc/etcscreenrc.orig Sun Oct 12 20:19:58 2003 -+++ etc/etcscreenrc Sun Oct 12 20:20:07 2003 -@@ -82,9 +82,9 @@ +--- etc/etcscreenrc.orig Sat Apr 28 08:25:34 2001 ++++ etc/etcscreenrc Mon Oct 13 02:47:20 2003 +@@ -82,13 +82,13 @@ terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h #remove some stupid / dangerous key bindings @@ -10,5 +10,14 @@ -bind '^\' +bind ^\ #make them better - bind '\\' quit - bind 'K' kill +-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 + |