mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: add color.sixelN options
These options allows you to configure the default sixel color palette.
This commit is contained in:
parent
e891abdd6a
commit
511aad419b
8 changed files with 64 additions and 38 deletions
2
dcs.c
2
dcs.c
|
|
@ -461,7 +461,7 @@ dcs_hook(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
}
|
||||
int p1 = vt_param_get(term, 0, 0);
|
||||
int p2 = vt_param_get(term, 1,0);
|
||||
int p2 = vt_param_get(term, 1, 0);
|
||||
int p3 = vt_param_get(term, 2, 0);
|
||||
|
||||
term->vt.dcs.put_handler = sixel_init(term, p1, p2, p3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue