separate initscr(3x) wrapper to new function

This commit is contained in:
Emile Clark-Boman 2025-09-10 22:54:20 +10:00
parent 79272e8421
commit a55c25d319
2 changed files with 14 additions and 7 deletions

View file

@ -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 */