diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-13 17:50:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-13 17:50:33 +0800 |
commit | 162b9887703db7cfbc1eeb074d7ccef2cf6c2a9e (patch) | |
tree | 9d631d4c0cfb99a5c7882b5f2d35af36d4423366 /sysutils | |
parent | a86ba0e4ce5bf6a1de38dd3b9492d38ae2d6709c (diff) | |
download | freebsd-ports-gnome-162b9887703db7cfbc1eeb074d7ccef2cf6c2a9e.tar.gz freebsd-ports-gnome-162b9887703db7cfbc1eeb074d7ccef2cf6c2a9e.tar.zst freebsd-ports-gnome-162b9887703db7cfbc1eeb074d7ccef2cf6c2a9e.zip |
As a followup of ports/57028, remove more "'"s from the keybindings.
Submitted by: Neil Darlow <neil@darlow.co.uk>
Diffstat (limited to 'sysutils')
-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 + |