mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
csi: implement 'HPR' - Horizontal Position Relative
This commit is contained in:
parent
616e506f2e
commit
53f4273b17
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -349,6 +349,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
term_cursor_down(term, vt_param_get(term, 0, 1));
|
||||
break;
|
||||
|
||||
case 'a':
|
||||
case 'C':
|
||||
term_cursor_right(term, vt_param_get(term, 0, 1));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue