From owner-freebsd-ports@FreeBSD.ORG Thu Sep 25 01:57:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E8D16A4B3 for ; Thu, 25 Sep 2003 01:57:57 -0700 (PDT) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF5944008 for ; Thu, 25 Sep 2003 01:57:56 -0700 (PDT) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id 9617B20C0 for ; Thu, 25 Sep 2003 10:57:51 +0200 (CEST) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id AB36485; Thu, 25 Sep 2003 10:58:14 +0200 (CEST) Date: Thu, 25 Sep 2003 10:58:14 +0200 From: Jean-Baptiste Quenot To: freebsd-ports Message-ID: <20030925085812.GA83101@watt.intra.caraldi.com> Mail-Followup-To: freebsd-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: Screen 4.0.1 config broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 08:57:57 -0000 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/