A new `copy_and_clear_or_interrupt` function

Fixes #2403
This commit is contained in:
Kovid Goyal
2020-02-28 21:17:05 +05:30
parent c763db94ce
commit 242d335095
4 changed files with 15 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
clicks to the application unless :opt:`terminal_select_modifiers` are
pressed (:iss:`2368`)
- A new ``copy_and_clear_or_interrupt`` function (:iss:`2403`)
- X11: Fix arrow mouse cursor using right pointing instead of the default left
pointing arrow (:iss:`2341`)