mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
term: move row->prompt_marker into new struct, row->shell_integration
This commit is contained in:
parent
0f10c4fd6c
commit
f8e875a7cd
5 changed files with 12 additions and 11 deletions
2
osc.c
2
osc.c
|
|
@ -893,7 +893,7 @@ osc_dispatch(struct terminal *term)
|
|||
term->grid->cursor.point.row,
|
||||
term->grid->cursor.point.col);
|
||||
|
||||
term->grid->cur_row->prompt_marker = true;
|
||||
term->grid->cur_row->shell_integration.prompt_marker = true;
|
||||
break;
|
||||
|
||||
case 'B':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue