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:
Fredrik Svedberg 2024-02-08 15:37:20 +01:00 committed by Martin Lund
parent 553b67e406
commit 58c9489b92
4 changed files with 15 additions and 1 deletions

View file

@ -100,7 +100,7 @@ _tio()
return 0
;;
-m | --map)
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL MSB2LSB" -- ${cur}) )
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR IFFESCC INLCRNL OCRNL ODELBS ONLCRNL MSB2LSB" -- ${cur}) )
return 0
;;
-t | --timestamp)