mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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;
|
||||
}
|
||||
|
||||
case '`':
|
||||
case 'G': {
|
||||
/* Cursor horizontal absolute */
|
||||
struct coord new_cursor = term_cursor_rel_to_abs(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue