mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -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
|
|
@ -123,6 +123,8 @@ struct row {
|
|||
|
||||
struct {
|
||||
bool prompt_marker;
|
||||
int cmd_start; /* Column, -1 if unset */
|
||||
int cmd_end; /* Column, -1 if unset */
|
||||
} shell_integration;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue