mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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
|
|
@ -121,8 +121,9 @@ struct row {
|
|||
bool dirty;
|
||||
bool linebreak;
|
||||
|
||||
/* Shell integration */
|
||||
bool prompt_marker;
|
||||
struct {
|
||||
bool prompt_marker;
|
||||
} shell_integration;
|
||||
};
|
||||
|
||||
struct sixel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue