Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Terminal settings and background processes
- X-seq: zsh-workers 3747
- From: Andrew Main <zefram@xxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Terminal settings and background processes
- Date: Thu, 29 Jan 1998 10:03:20 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199801290930.KAA04420@xxxxxxxxxxxx> from "Peter Stephenson" at Jan 29, 98 10:30:22 am
Peter Stephenson wrote:
>intr = ^C; quit = <undef>; erase = ^?; kill = ^U; eof = ^A; eol = <undef>;
>eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = <undef>;
>dsusp = <undef>; rprnt = ^R; werase = ^W; lnext = <undef>; flush = <undef>;
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author