Screen 4.0.1 config broken

Jean-Baptiste Quenot jb.quenot at caraldi.com
Thu Sep 25 01:57:57 PDT 2003


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/


More information about the freebsd-ports mailing list