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:
Lars Kellogg-Stedman 2019-10-16 22:54:51 -04:00
parent 39a8f63640
commit 68824e778a
2 changed files with 11 additions and 0 deletions

View file

@ -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"