From owner-freebsd-questions@FreeBSD.ORG Sun May 25 14:01:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292E637B401 for ; Sun, 25 May 2003 14:01:19 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7805043F3F for ; Sun, 25 May 2003 14:01:18 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h4PL1HOg021383; Sun, 25 May 2003 17:01:17 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h4PL1GIr021382; Sun, 25 May 2003 17:01:16 -0400 (EDT) From: Jerry McAllister Message-Id: <200305252101.h4PL1GIr021382@clunix.cl.msu.edu> To: stephanweaver@hotmail.com (Stephan Weaver) Date: Sun, 25 May 2003 17:01:16 -0400 (EDT) In-Reply-To: from "Stephan Weaver" at May 24, 2003 10:11:15 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Screen and VI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 21:01:19 -0000 > > Hello list! I am not suscribed to the list so PLEASE CC me at > stephanweaver@hotmail.com > > Anyone know why, while in screen if i move the cursor (arrow key on > keyboard) right i get the letter C ? (inside vi) Probably the arrow key sends ESC-C as its code. something eats the ESC and that leaves C. All the extra keys such as arrows, page up, down, etc send ESC sequence codes -I don't know all the codes. They're probably documented somewhere. Most are versions are probably based on the DEC VT100 and VT200 codes from back in ancient history. Generally we tell people not to use the arrow keys with in vi, but if your terminal configuration is set up right and your network is fast you can do it. So, you have to figure out how to set up TERM. Maybe someone else will know the actuall setting information. ////jerry > > ssh client = securecrt > same goes for putty > > > Regards > Stephan Weaver >