Removed ncurses helpers file
parent
f0313dc338
commit
d6db6ad33b
@ -1,16 +0,0 @@
|
||||
#include <ncurses.h>
|
||||
|
||||
int getmaxy(WINDOW* window) {
|
||||
int y;
|
||||
int x;
|
||||
getmaxyx(window,y,x);
|
||||
return y;
|
||||
|
||||
}
|
||||
|
||||
int getmaxx(WINDOW* window) {
|
||||
int y;
|
||||
int x;
|
||||
getmaxyx(window,y,x);
|
||||
return x;
|
||||
}
|
Loading…
Reference in New Issue