mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add map FF to ESC-c on input
Added map of form feed to ESC-c on input for terminals that do not clear screen on ^L but do on ESC-c.
This commit is contained in:
parent
553b67e406
commit
58c9489b92
4 changed files with 15 additions and 1 deletions
|
|
@ -163,6 +163,8 @@ flags are supported:
|
|||
Map CR to NL on input (unless IGNCR is set)
|
||||
.IP "\fBIGNCR"
|
||||
Ignore CR on input
|
||||
.IP "\fBIFFESCC"
|
||||
Map FF to ESC-c on input
|
||||
.IP "\fBINLCR"
|
||||
Map NL to CR on input
|
||||
.IP "\fBINLCRNL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue