Merge pull request #16936 from zeertzjq/no-escape-csi

input: never escape CSI bytes and clean up related names and comments
This commit is contained in:
bfredl
2022-01-21 18:04:40 +01:00
committed by GitHub
13 changed files with 135 additions and 172 deletions

View File

@@ -322,7 +322,6 @@ notation meaning equivalent decimal value(s) ~
<Bar> vertical bar | 124 *<Bar>*
<Del> delete 127
<CSI> command sequence intro ALT-Esc 155 *<CSI>*
<xCSI> CSI when typed in the GUI *<xCSI>*
<EOL> end-of-line (can be <CR>, <NL> or <CR><NL>,
depends on system and 'fileformat') *<EOL>*