From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21302 invoked from network); 29 Jan 1998 10:12:02 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 29 Jan 1998 10:12:02 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA18858; Thu, 29 Jan 1998 05:01:49 -0500 (EST) Resent-Date: Thu, 29 Jan 1998 05:01:49 -0500 (EST) From: Andrew Main Message-Id: <199801291003.KAA12457@taos.demon.co.uk> Subject: Re: Terminal settings and background processes To: pws@ifh.de (Peter Stephenson) Date: Thu, 29 Jan 1998 10:03:20 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199801290930.KAA04420@hydra.ifh.de> from "Peter Stephenson" at Jan 29, 98 10:30:22 am X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"hjMaH1.0.bc4.CE5qq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3747 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson wrote: >intr = ^C; quit = ; erase = ^?; kill = ^U; eof = ^A; eol = ; >eol2 = ; swtch = ; start = ^Q; stop = ^S; susp = ; >dsusp = ; rprnt = ^R; werase = ^W; lnext = ; flush = ; Isn't this sort of thing a known system-dependent problem, and not the shell's fault? Particularly the eof = ^A -- IIRC this is caused by a confusion between two flavours of termio structure. Isn't this, in fact, what ttyctl is for? -zefram