refactor ct_term

This commit is contained in:
Emile Clark-Boman 2025-09-24 16:56:09 +10:00
parent 08e4376a35
commit 7f4f9941de
2 changed files with 27 additions and 14 deletions

View file

@ -12,8 +12,8 @@ struct ct_term {
struct termios termios;
};
int getterm(struct ct_term *const term);
void endterm(struct ct_term *const term);
int stashterm(const struct ct_term **const term);
void resetterm(struct ct_term *const term);
int termsize(struct ct_term *const term);
#endif /* _CURSETREE_TERM_H */