hide <ncursesw/ncurses.h> behind ncrswrap.*
isolate ct_dims implementation to dims.*
This commit is contained in:
parent
1dd5dd79c8
commit
b04f0b4aa3
8 changed files with 142 additions and 113 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue