mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
osc: store column of FTCS_COMMAND_{EXECUTED,FINISHED} in row struct
This commit is contained in:
parent
f8e875a7cd
commit
e9607de5ae
4 changed files with 16 additions and 2 deletions
|
|
@ -1826,6 +1826,8 @@ erase_line(struct terminal *term, struct row *row)
|
|||
erase_cell_range(term, row, 0, term->cols - 1);
|
||||
row->linebreak = false;
|
||||
row->shell_integration.prompt_marker = false;
|
||||
row->shell_integration.cmd_start = -1;
|
||||
row->shell_integration.cmd_end = -1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue