mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05: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;
|
||||
}
|
||||
|
||||
case 'e':
|
||||
case 'B': {
|
||||
int count = term->vt.params.idx > 0 ? term->vt.params.v[0].value : 1;
|
||||
if (count == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue