sixel: rename state SIXEL_SIXEL -> SIXEL_GROUND

This commit is contained in:
Daniel Eklöf 2020-02-22 10:50:05 +01:00
parent 87193ff339
commit 1b728dcac8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 7 deletions

View file

@ -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;