Skip to content
Snippets Groups Projects
  • rswindell's avatar
    e049583f
    Added support for Ctrl-AZ (EOF). · e049583f
    rswindell authored
    Fixed handling of Ctrl-A\x7F (invalid code).
    Ctrl-A\x80 now translates to <ESC>[C rather than <ESC>[1C.
    Ctrl-AL now translatest to <ESC>[2J<ESC>[H to more ANSI-correct.
    e049583f
    History
    Added support for Ctrl-AZ (EOF).
    rswindell authored
    Fixed handling of Ctrl-A\x7F (invalid code).
    Ctrl-A\x80 now translates to <ESC>[C rather than <ESC>[1C.
    Ctrl-AL now translatest to <ESC>[2J<ESC>[H to more ANSI-correct.