osc: store column of FTCS_COMMAND_{EXECUTED,FINISHED} in row struct

This commit is contained in:
Daniel Eklöf 2022-12-08 10:46:46 +01:00
parent f8e875a7cd
commit e9607de5ae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 2 deletions

View file

@ -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