Fix using cursor=none not working on text that has reverse video

Fixes #5897
This commit is contained in:
Kovid Goyal
2023-01-18 09:15:51 +05:30
parent dc03c14af2
commit 03abbb315a
5 changed files with 15 additions and 5 deletions

View File

@@ -91,6 +91,8 @@ Detailed list of changes
- When reporting unused activity in a window, ignore activity that occurs soon after a window resize (:iss:`5881`)
- Fix using :opt:`cursor` = ``none`` not working on text that has reverse video (:iss:`5897`)
0.26.5 [2022-11-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~