> PS to my longer message today, the introduction of ^g seems to occur
> only when my editor & Most are called as daughters: cp diffs:
[...]
> (6) Most at UNIX prompt vs Most from Lynx Print screen
>
> 2,3c2,3
> < intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^A; eol = ^@; old-swtch = ^@;
>susp = ^@
> < lnext = ^@; werase = ^@; rprnt = ^@; flush = ^O; stop = ^S; start = ^Q; dsusp = ^@
> ---
> > intr = ^G; quit = ^@; erase = ^H; kill = ^U; eof = ^A; eol = ^@; old-swtch = ^@;
>susp = ^@
Really fascinating! (Wonder if there is any way to use this procedure to
find out what programs switch me from insert mode to overwrite mode?)
Anyway, on solaris2.6, lynx2.8.3dev.16(slang-1.4.0), most4.7(slang-1.3.8),
intr is ^c (lower case) in both cases, i.e., is not different whether most
is run at the shell prompt or called from the Lynx Print screen. FWIW.
__Henry