mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
wmove() is part of the public curses API, and already defined in curses.h
This commit is contained in:
parent
1755d8df7a
commit
56970053f4
@ -14,6 +14,5 @@ void _wputch ( WINDOW *win, chtype ch, int wrap );
|
||||
void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
|
||||
void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
|
||||
void _wcursback ( WINDOW *win );
|
||||
int wmove ( WINDOW *win, int y, int x );
|
||||
|
||||
#endif /* _MUCURSES_H */
|
||||
|
Loading…
Reference in New Issue
Block a user