Skip to content
  • rswindell's avatar
    ed852838
    Better support for: · ed852838
    rswindell authored
    - terminals with widths > 132 columns (e.g. quote section separator)
    - terminals that don't support CP437 (ex-ASCII) - use console.print()
    - terminals that send 0x7f for the backspace key (when at the end of the line
      treat DEL the same as backspace)
    ed852838
    Better support for:
    rswindell authored
    - terminals with widths > 132 columns (e.g. quote section separator)
    - terminals that don't support CP437 (ex-ASCII) - use console.print()
    - terminals that send 0x7f for the backspace key (when at the end of the line
      treat DEL the same as backspace)
Loading