Explorar el Código

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

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
56970053f4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/hci/mucurses/mucurses.h

+ 0
- 1
src/hci/mucurses/mucurses.h Ver fichero

@@ -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…
Cancelar
Guardar