Do not send arrow key presses to shells when clicking on a window with the mouse to focus it

Fixes #4128
This commit is contained in:
Kovid Goyal
2022-01-27 20:07:17 +05:30
parent 7e364b1606
commit 4f6c16984a
2 changed files with 19 additions and 6 deletions

View File

@@ -136,6 +136,9 @@ Detailed list of changes
- macOS: Fix the shift key not clearing pre-edit text in IME (:iss:`4541`)
- Fix clicking in a window to focus it and typing immediately sometimes having
unexpected effects if at a shell prompt (:iss:`4128`)
0.24.1 [2022-01-06]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~