Parcourir la source

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

tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
56970053f4
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      src/hci/mucurses/mucurses.h

+ 0
- 1
src/hci/mucurses/mucurses.h Voir le fichier

@@ -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 */

Chargement…
Annuler
Enregistrer