When reporting unused activity in a window, ignore activity that occurs soon after a window resize

Fixes #5881
This commit is contained in:
Kovid Goyal
2023-01-15 09:09:07 +05:30
parent 45b0788f28
commit 865fc24975
3 changed files with 16 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ Detailed list of changes
- broadcast kitten: Allow pressing a key to stop echoing of input into the broadcast window itself (:disc:`5868`)
- When reporting unused activity in a window, ignore activity that occurs soon after a window resize (:iss:`5881`)
0.26.5 [2022-11-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~