Fix cursor rendering when on first cell of multicell

This commit is contained in:
Kovid Goyal
2024-12-19 05:51:23 +05:30
parent f67c58034c
commit bbcb7dc24c
4 changed files with 38 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
# License: GPLv3 Copyright: 2024, Kovid Goyal <kovid at kovidgoyal.net>
from kitty.fast_data_types import TEXT_SIZE_CODE, wcswidth, test_ch_and_idx
from kitty.fast_data_types import TEXT_SIZE_CODE, test_ch_and_idx, wcswidth
from . import BaseTest, parse_bytes
from . import draw_multicell as multicell