mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-16 08:21:20 -04:00
term: factor out character printing to new function term_print()
This commit is contained in:
parent
767a0ec232
commit
300f83e66b
3 changed files with 81 additions and 90 deletions
|
|
@ -382,6 +382,8 @@ void term_cursor_blink_enable(struct terminal *term);
|
|||
void term_cursor_blink_disable(struct terminal *term);
|
||||
void term_cursor_blink_restart(struct terminal *term);
|
||||
|
||||
void term_print(struct terminal *term, wchar_t wc, int width);
|
||||
|
||||
void term_scroll(struct terminal *term, int rows);
|
||||
void term_scroll_reverse(struct terminal *term, int rows);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue