mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: struct row: reorder, for improved readability
This commit is contained in:
parent
f3f9212c7c
commit
2f68448bd8
1 changed files with 3 additions and 4 deletions
|
|
@ -158,15 +158,14 @@ struct row {
|
||||||
struct cell *cells;
|
struct cell *cells;
|
||||||
struct row_data *extra;
|
struct row_data *extra;
|
||||||
|
|
||||||
|
bool dirty;
|
||||||
|
bool linebreak;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
int16_t cmd_start; /* Column, -1 if unset */
|
int16_t cmd_start; /* Column, -1 if unset */
|
||||||
int16_t cmd_end; /* Column, -1 if unset */
|
int16_t cmd_end; /* Column, -1 if unset */
|
||||||
bool prompt_marker;
|
bool prompt_marker;
|
||||||
} __attribute__((packed)) shell_integration;
|
} __attribute__((packed)) shell_integration;
|
||||||
|
|
||||||
bool dirty;
|
|
||||||
bool linebreak;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sixel {
|
struct sixel {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue