Browse Source

wmove() is part of the public curses API, and already defined in curses.h

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
56970053f4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/hci/mucurses/mucurses.h

+ 0
- 1
src/hci/mucurses/mucurses.h View File

@@ -14,6 +14,5 @@ void _wputch ( WINDOW *win, chtype ch, int wrap );
14 14
 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
15 15
 void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
16 16
 void _wcursback ( WINDOW *win );
17
-int wmove ( WINDOW *win, int y, int x );
18 17
 
19 18
 #endif /* _MUCURSES_H */

Loading…
Cancel
Save