Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New mintty version] 3.6.2 #4114

Closed
github-actions bot opened this issue Nov 14, 2022 · 0 comments · Fixed by git-for-windows/MSYS2-packages#62
Closed

[New mintty version] 3.6.2 #4114

github-actions bot opened this issue Nov 14, 2022 · 0 comments · Fixed by git-for-windows/MSYS2-packages#62
Assignees
Milestone

Comments

@github-actions
Copy link

Unicode and Emoji data

  • Unicode 15.0 update.

Terminal features

  • Status line area support (VT320, xterm 371), DECSSDT, DECSASD.
  • Extended multi-line host-writable status area, DECSSDT 2 N.
  • Combined sub/superscript attributes render small script (#1171).
  • Adjusted subscript position (~#1171).
  • Alternative DEC private SGRs for sub/superscript (#1171).
  • Revamp line cursor handling, size changeable by CSI ? N c (#1157, #1175).
  • Support DECSET 117 (DECECM, VT520).
  • Added DECARR to DECRQSS.
  • Prevent font zooming for resizing controls like CSI 8.
  • Optionally visualize margins by dimming.

Keyboard handling

  • Not suppressing user-defined KeyFunctions for keypad keys in keypad modes (#1161).
  • Alt+keypad-minus initiates decimal numeric input in case an Alt+numpad-digit key is assigned a user-defined function.

Mouse handling

  • Configurable modifiers for hovering and link opening (#1169).
  • Support super and hyper modifiers with mouse functions.
  • Fixed mouse pixel coordinates limits (DECSET 1016).

Initialisation

  • Grab focus again after showing the window, reducing focus delay for Windows 11 (#1113).

Configuration

  • Option OldKeyFunctionsKeypad (~#1161, not listed in manual).
  • Option OpeningMod (#1169).
  • New user-definable function reset-noask.
  • Option DimMargins, user-definable function toggle-dim-margins.
  • Option StatusLine, user-definable function toggle-status-line.
  • Background image mode '+' for combined scaling and tiling (#1180).
  • New user-definable function transparency-opaque (#1168).

Other

  • Fixed crash condition on user-defined commands (#1174).
  • Add confirm dialog to Reset triggered by menu or Alt+F8 (#1173).

https://github.com/mintty/mintty/releases/tag/3.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment