A few more notes:
I wrote earlier:
> However, before doing this, some warnings are in order:
>
> When in noncanonical mode, the normal processing of ERASE (usually DEL
> or Ctrl-H) and KILL (usually Ctrl-U) characters are disabled,
Also the handling of Ctrl-D appears to be disabled in noncanonica
Hello all,
"Jose A. Ortega Ruiz" writes:
> On Fri, Nov 16 2018, Neil Jerram wrote:
>
>> Neil Jerram writes:
>>
>>> Mark H Weaver writes:
>>>
This is a documented limitation in Linux's terminal handling when in
canonical mode. See the termios(3) man page, which includes this text:
>>
On Fri, Nov 16 2018, Neil Jerram wrote:
> Neil Jerram writes:
>
>> Mark H Weaver writes:
>>
>>> This is a documented limitation in Linux's terminal handling when in
>>> canonical mode. See the termios(3) man page, which includes this text:
>>>
>>>Canonical and noncanonical mode
>>>
On Fri, Nov 16 2018, Neil Jerram wrote:
> Mark H Weaver writes:
>
>> This is a documented limitation in Linux's terminal handling when in
>> canonical mode. See the termios(3) man page, which includes this text:
>>
>>Canonical and noncanonical mode
>>
>>The setting of the ICA
Neil Jerram writes:
> Mark H Weaver writes:
>
>> This is a documented limitation in Linux's terminal handling when in
>> canonical mode. See the termios(3) man page, which includes this text:
>>
>>Canonical and noncanonical mode
>>
>>The setting of the ICANON canon flag in c
Mark H Weaver writes:
> This is a documented limitation in Linux's terminal handling when in
> canonical mode. See the termios(3) man page, which includes this text:
>
>Canonical and noncanonical mode
>
>The setting of the ICANON canon flag in c_lflag determines
>whet