Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Terminal settings and background processes



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