mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04: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));
|
term_cursor_down(term, vt_param_get(term, 0, 1));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'a':
|
||||||
case 'C':
|
case 'C':
|
||||||
term_cursor_right(term, vt_param_get(term, 0, 1));
|
term_cursor_right(term, vt_param_get(term, 0, 1));
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue