Skip to content

2.1.3

Compare
Choose a tag to compare
@mintty mintty released this 31 Jul 11:25
· 2217 commits to master since this release
  • With position option, "centre" or "center" can be specified (#208).
  • Enabled new character attributes strikeout, doubly-underlined, overlined.

Zooming:

  • Control-middle-mouse click resets zooming, complementing Control-mouse-wheel scroll in analogy to Control-+/-/0.
  • New option ZoomMouse=off to disable mouse-wheel zooming.
  • Enabled Shift-Ctrl-0 to reset zooming for font and window (#233).

Fixes:

  • Fixed crash after conditional daemonizing (#464, #465).
  • Apply daemonizing for cloned window (Alt-F2) to avoid zombie process (thanks to Paul Townsend).
  • Made conditional daemonizing the default again.
  • New option -d to disable daemonizing as a workaround just in case...