mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
csi: implement 'HPA' - Horizontal Position Absolute
This commit is contained in:
parent
045f55a8c6
commit
ca58c4c621
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -383,6 +383,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '`':
|
||||||
case 'G': {
|
case 'G': {
|
||||||
/* Cursor horizontal absolute */
|
/* Cursor horizontal absolute */
|
||||||
struct coord new_cursor = term_cursor_rel_to_abs(
|
struct coord new_cursor = term_cursor_rel_to_abs(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue