diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-12-18 20:38:07 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-12-18 20:38:07 +0000 |
commit | 56970053f4f5294a0fc55400cd732f6ae91efa80 (patch) | |
tree | 526cd8ff80624fbd520c9a89fab860aa06c23e19 /src/hci/mucurses | |
parent | 1755d8df7ad9a3f7fd69372d35805539fa4ee290 (diff) | |
download | ipxe-56970053f4f5294a0fc55400cd732f6ae91efa80.tar.gz |
wmove() is part of the public curses API, and already defined in curses.h
Diffstat (limited to 'src/hci/mucurses')
-rw-r--r-- | src/hci/mucurses/mucurses.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hci/mucurses/mucurses.h b/src/hci/mucurses/mucurses.h index db6cf587f..566f7f341 100644 --- a/src/hci/mucurses/mucurses.h +++ b/src/hci/mucurses/mucurses.h @@ -14,6 +14,5 @@ void _wputch ( WINDOW *win, chtype ch, int wrap ); void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ); void _wputstr ( WINDOW *win, const char *str, int wrap, int n ); void _wcursback ( WINDOW *win ); -int wmove ( WINDOW *win, int y, int x ); #endif /* _MUCURSES_H */ |