瀏覽代碼

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…
取消
儲存