mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
csi: DECCRA: no need for a counter here
This commit is contained in:
parent
23908d9277
commit
f5c574cd94
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -1911,7 +1911,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
memcpy(cell, copy[r], cell_count * sizeof(copy[r][0]));
|
||||
free(copy[r]);
|
||||
|
||||
for (int c = 0; c < cell_count; c++, cell++)
|
||||
for (;cell < &row->cells[dst_left + cell_count]; cell++)
|
||||
cell->attrs.clean = 0;
|
||||
|
||||
if (unlikely(row->extra != NULL)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue