mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'spelling-fix' into master
This commit is contained in:
commit
38ee05b1c7
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -146,7 +146,7 @@ action_execute(struct terminal *term, uint8_t c)
|
|||
|
||||
/* According to the specification, HT _should_ cancel LCF. But
|
||||
* XTerm, and nearly all other emulators, don't. So we follow
|
||||
* suite */
|
||||
* suit */
|
||||
bool lcf = term->grid->cursor.lcf;
|
||||
term_cursor_right(term, new_col - term->grid->cursor.point.col);
|
||||
term->grid->cursor.lcf = lcf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue