mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
term/vt/csi: break out cursor save/restore to dedicated functions
This commit is contained in:
parent
c0a3f89775
commit
bae3c871bb
4 changed files with 15 additions and 10 deletions
|
|
@ -595,6 +595,7 @@ void term_reverse_index(struct terminal *term);
|
|||
|
||||
void term_arm_blink_timer(struct terminal *term);
|
||||
|
||||
void term_save_cursor(struct terminal *term);
|
||||
void term_restore_cursor(struct terminal *term, const struct cursor *cursor);
|
||||
|
||||
void term_visual_focus_in(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue