Fix marking of text not working on lines that contain zero cells

Zero cells are passed to the regex engine as spaces, so they must
increment the match_pos counter. Fixes #3403
This commit is contained in:
Kovid Goyal
2021-03-23 10:04:58 +05:30
parent c0ec60c113
commit 11268ffa16
3 changed files with 11 additions and 1 deletions

View File

@@ -105,6 +105,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Graphics protocol: Add a control to allow clients to specify that the cursor
should not move when displaying an image (:iss:`3411`)
- Fix marking of text not working on lines that contain zero cells
(:iss:`3403`)
0.19.3 [2020-12-19]
-------------------