Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command

This commit is contained in:
Kovid Goyal
2020-03-15 08:12:28 +05:30
parent f353131b44
commit e8a9935cb2
3 changed files with 18 additions and 3 deletions

View File

@@ -57,6 +57,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix incorrect rendering of selection when using rectangular select and
scrolling (:iss:`2351`)
- Allow setting WM_CLASS and WM_NAME when creating new OS windows with the
launch command (:option:`launch --os-window-class`)
- macOS: When switching input method while a pending multi-key input is in
progress, clear the pending input (:iss:`2358`)