소스 검색

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

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
56970053f4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/hci/mucurses/mucurses.h

+ 0
- 1
src/hci/mucurses/mucurses.h 파일 보기

@@ -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…
취소
저장