Skip to content

3.6.3

Compare
Choose a tag to compare
@mintty mintty released this 18 Dec 01:09
· 140 commits to master since this release

Terminal features

  • Fixed double-width characters not to wrap if auto-wrap disabled.
  • TAB may wrap to next line, or cause subsequent wrap, if enabled (#1182).
  • Fixed auto-wrap behaviour in double-width lines.
  • Overstriking character writing mode also switched with DECSET 20 (VK100, #1184).
  • Fixed OSC 7 (set working directory) to handle ~ prefix.
  • Added XTQMODKEYS state query (xterm 373).
  • Withdrawn DEC private SGRs (/#1171, conflict with XTQMODKEYS).
  • Added XTQALLOWED OSC 60 and OSC 61 (xterm 373).

Unicode and Emoji data

  • Extend emoji information by considering Unicode file emoji-test.txt.

Configuration

  • Option WrapTab (#1182).
  • New user-definable function toggle-opaque (#1168), replaces transparency-opaque.

Other

  • Fixed crash in Options dialog when Printer Service is stopped (#1185).