Removed ncurses helpers file
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user