mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: print: reset ‘col’ after padding the right margin
This commit is contained in:
parent
315769b50b
commit
5b176dd5d6
1 changed files with 1 additions and 0 deletions
|
|
@ -3196,6 +3196,7 @@ term_print(struct terminal *term, wchar_t wc, int width)
|
|||
/* And force a line-wrap */
|
||||
grid->cursor.lcf = 1;
|
||||
print_linewrap(term);
|
||||
col = 0;
|
||||
}
|
||||
|
||||
sixel_overwrite_at_cursor(term, width);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue