diff --git a/terminal.h b/terminal.h index 5a6381a1..3e85ac99 100644 --- a/terminal.h +++ b/terminal.h @@ -158,15 +158,14 @@ struct row { struct cell *cells; struct row_data *extra; + bool dirty; + bool linebreak; + struct { int16_t cmd_start; /* Column, -1 if unset */ int16_t cmd_end; /* Column, -1 if unset */ bool prompt_marker; } __attribute__((packed)) shell_integration; - - bool dirty; - bool linebreak; - }; struct sixel {