From owner-freebsd-questions Tue May 16 18:20:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 3CDD037B726 for ; Tue, 16 May 2000 18:20:53 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.102.147] (helo=parish.my.domain) by ruthenium.btinternet.com with esmtp (Exim 2.05 #1) id 12roSD-0006gO-00; Tue, 16 May 2000 22:00:38 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id WAA01874; Tue, 16 May 2000 22:00:17 +0100 (BST) (envelope-from mark) Date: Tue, 16 May 2000 22:00:17 +0100 From: Mark Ovens To: "McClain, Michael (SD-EX)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: stty assignment Message-ID: <20000516220017.B1491@parish> References: <973597126BDDD11197AA00805FA7EBC90297CDC0@ntas0026.gi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <973597126BDDD11197AA00805FA7EBC90297CDC0@ntas0026.gi.com>; from MMcClain@gi.com on Tue, May 16, 2000 at 03:41:01PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 16, 2000 at 03:41:01PM -0400, McClain, Michael (SD-EX) wrote: > On the console or vt, X is too slow for my tastes. > MiKe > > > Are you wanting to do this on the console or in X (xterm or similar)? From stty(1): control-character string Set control-character to string. If string is a single char- acter, the control character is set to that character. If string is the two character sequence "^-" or the string "un- def" the control character is disabled (i.e. set to {_POSIX_VDISABLE}.) Which suggests it can only be a single character and from /usr/src/bin/stty/stty.h: struct cchar { char *name; int sub; u_char def; }; which confirms it - it's an unsigned char. The line for the cursor left key in /usr/share/syscons/keymaps/ is: 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 O > > > > ...and on the eighth day God created UNIX > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message