mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
commit
3405a9c81c
9 changed files with 175 additions and 101 deletions
2
vt.c
2
vt.c
|
|
@ -569,7 +569,7 @@ action_utf8_print(struct terminal *term, wchar_t wc)
|
|||
if (!term->grid->cursor.lcf)
|
||||
base_col--;
|
||||
|
||||
while (row->cells[base_col].wc == CELL_MULT_COL_SPACER && base_col > 0)
|
||||
while (row->cells[base_col].wc >= CELL_SPACER && base_col > 0)
|
||||
base_col--;
|
||||
|
||||
xassert(base_col >= 0 && base_col < term->cols);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue