nonbinary-tree(TM) now works in a very minimal instance
This commit is contained in:
parent
330755591b
commit
b16590fd5a
15 changed files with 132 additions and 216 deletions
|
|
@ -29,14 +29,14 @@ WINDOW *new_window(const int x, const int y, const int width, const int height);
|
|||
WINDOW *new_window_fs(void);
|
||||
void destroy_window(WINDOW *);
|
||||
|
||||
#define winpos(win, x, y) (x = winposx(win), y = winposy(win))
|
||||
#define winsize(win, width, height) \
|
||||
(width = winwidth(win), height = winheight(win))
|
||||
int winposx(WINDOW *const);
|
||||
int winposy(WINDOW *const);
|
||||
int winwidth(WINDOW *const);
|
||||
int winheight(WINDOW *const);
|
||||
struct ct_dims *windims(WINDOW *win);
|
||||
// #define winpos(win, x, y) (x = winposx(win), y = winposy(win))
|
||||
// #define winsize(win, width, height) \
|
||||
// (width = winwidth(win), height = winheight(win))
|
||||
// int winposx(WINDOW *const);
|
||||
// int winposy(WINDOW *const);
|
||||
// int winwidth(WINDOW *const);
|
||||
// int winheight(WINDOW *const);
|
||||
// struct ct_dims *windims(WINDOW *win);
|
||||
|
||||
int resizemv_window(WINDOW *const win, const int x, const int y,
|
||||
const int width, const int height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue