mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
parent
0d1e6960af
commit
58a1ffe724
6 changed files with 26 additions and 2 deletions
3
dcs.c
3
dcs.c
|
|
@ -420,6 +420,9 @@ dcs_hook(struct terminal *term, uint8_t final)
|
|||
case 0:
|
||||
switch (final) {
|
||||
case 'q': {
|
||||
if (!term->conf->tweak.sixel) {
|
||||
break;
|
||||
}
|
||||
int p1 = vt_param_get(term, 0, 0);
|
||||
int p2 = vt_param_get(term, 1,0);
|
||||
int p3 = vt_param_get(term, 2, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue