mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: \E#8: print ‘E’ using the default attributes
This commit is contained in:
parent
0de55182ac
commit
95c4a8ccfb
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -482,7 +482,7 @@ action_esc_dispatch(struct terminal *term, uint8_t final)
|
|||
struct row *row = grid_row(term->grid, r);
|
||||
for (int c = 0; c < term->cols; c++) {
|
||||
row->cells[c].wc = L'E';
|
||||
row->cells[c].attrs.clean = 0;
|
||||
row->cells[c].attrs = (struct attributes){0};
|
||||
}
|
||||
row->dirty = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue