mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
csi: implement VPR (vertical line position relative)
This commit is contained in:
parent
d4b6bc77d5
commit
637820bef5
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -270,6 +270,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'e':
|
||||||
case 'B': {
|
case 'B': {
|
||||||
int count = term->vt.params.idx > 0 ? term->vt.params.v[0].value : 1;
|
int count = term->vt.params.idx > 0 ? term->vt.params.v[0].value : 1;
|
||||||
if (count == 0)
|
if (count == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue