http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1755d8d
)
wmove() is part of the public curses API, and already defined in curses.h
author
Michael Brown
<mcb30@etherboot.org>
Mon, 18 Dec 2006 20:38:07 +0000
(20:38 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 18 Dec 2006 20:38:07 +0000
(20:38 +0000)
src/hci/mucurses/mucurses.h
patch
|
blob
|
history
diff --git
a/src/hci/mucurses/mucurses.h
b/src/hci/mucurses/mucurses.h
index
db6cf58
..
566f7f3
100644
(file)
--- 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 */