refactor ct_term
This commit is contained in:
parent
08e4376a35
commit
7f4f9941de
2 changed files with 27 additions and 14 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue