mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: osc8-open: assert URI in VT struct is NULL
This commit is contained in:
parent
758a36dac1
commit
bd8c936b00
1 changed files with 2 additions and 0 deletions
|
|
@ -3070,6 +3070,8 @@ term_osc8_open(struct terminal *term, uint64_t id, const char *uri)
|
|||
term_osc8_close(term);
|
||||
}
|
||||
|
||||
xassert(term->vt.osc8.uri == NULL);
|
||||
|
||||
term->vt.osc8.begin = (struct coord){
|
||||
.col = term->grid->cursor.point.col,
|
||||
.row = grid_row_absolute(term->grid, term->grid->cursor.point.row),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue