hide <ncursesw/ncurses.h> behind ncrswrap.*

isolate ct_dims implementation to dims.*
This commit is contained in:
Emile Clark-Boman 2025-09-13 12:44:58 +10:00
parent 1dd5dd79c8
commit b04f0b4aa3
8 changed files with 142 additions and 113 deletions

View file

@ -8,7 +8,7 @@
static struct ct_node *init_root_node(void) {
WINDOW *rootwin;
rootwin = root_window();
rootwin = new_window_fs();
return init_window_node(rootwin);
}