Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2003 10:58:14 +0200
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        freebsd-ports <ports@freebsd.org>
Subject:   Screen 4.0.1 config broken
Message-ID:  <20030925085812.GA83101@watt.intra.caraldi.com>

next in thread | raw e-mail | index | archive | help
Hello!

After upgrading screen to 4.0.1, it complained about errors in
/usr/local/etc/screenrc.

After applying the following patch (which simply disables the key
bindings) everything works fine:

------------------------------------------------------------------------
--- etc/screenrc.sample Tue Sep 23 16:57:38 2003
+++ etc/screenrc        Thu Sep 25 09:39:40 2003
@@ -82,11 +82,11 @@
 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
  
 #remove some stupid / dangerous key bindings
-bind '^k'
+#bind '^k'
 #bind 'L'
-bind '^\'
+#bind '^\'
 #make them better
-bind '\\' quit
+#bind '\\' quit
 bind 'K' kill
 bind 'I' login on
 bind 'O' login off
------------------------------------------------------------------------

Keep up the good work,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030925085812.GA83101>