mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Adds ICRCRNL flag to map <CR> to <CR><NL> on input
I'm working with a device that terminates command with a bare <CR>. This results in everything on the same line, which is confusing. Remapping that bare <CR> to <CR><NL> makes it much easier to work with, and this seems like a natural counterpart to INLCRNL.
This commit is contained in:
parent
39a8f63640
commit
68824e778a
2 changed files with 11 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ Ignore CR on input.
|
|||
Map NL to CR on input.
|
||||
.IP "\fBINLCRNL"
|
||||
Map NL to CR-NL on input.
|
||||
.IP "\fBICRCRNL"
|
||||
Map CR to CR-NL on input.
|
||||
.IP "\fBOCRNL"
|
||||
Map CR to NL on output.
|
||||
.IP "\fBODELBS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue