mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
sixel: rename state SIXEL_SIXEL -> SIXEL_GROUND
This commit is contained in:
parent
87193ff339
commit
1b728dcac8
2 changed files with 7 additions and 7 deletions
|
|
@ -355,7 +355,7 @@ struct terminal {
|
|||
} delayed_render_timer;
|
||||
|
||||
struct {
|
||||
enum { SIXEL_SIXEL, SIXEL_REPEAT, SIXEL_RASTER, SIXEL_COLOR, SIXEL_COLOR_SPEC} state;
|
||||
enum { SIXEL_GROUND, SIXEL_REPEAT, SIXEL_RASTER, SIXEL_COLOR, SIXEL_COLOR_SPEC} state;
|
||||
int row;
|
||||
int col;
|
||||
int color_idx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue