separate initscr(3x) wrapper to new function
This commit is contained in:
parent
79272e8421
commit
a55c25d319
2 changed files with 14 additions and 7 deletions
|
|
@ -17,5 +17,6 @@ enum crs_mode {
|
|||
|
||||
int termmode(enum crs_mode mode);
|
||||
void init_ncurses(void);
|
||||
WINDOW *init_window(int x, int y, int width, int height);
|
||||
|
||||
#endif /* DORNE_CURSE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue