http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0843a
)
remove has_key by #if 0'ing out
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:46:21 +0000
(21:46 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:46:21 +0000
(21:46 +0200)
src/hci/mucurses/kb.c
patch
|
blob
|
history
diff --git
a/src/hci/mucurses/kb.c
b/src/hci/mucurses/kb.c
index
9f5c6bb
..
a68cf26
100644
(file)
--- a/
src/hci/mucurses/kb.c
+++ b/
src/hci/mucurses/kb.c
@@
-19,6
+19,7
@@
int m_delay; /*
bool m_echo;
bool m_cbreak;
+#if 0
/**
* Check KEY_ code supported status
*
@@
-28,7
+29,8
@@
bool m_cbreak;
*/
int has_key ( int kc __unused ) {
return TRUE;
-}
+}
+#endif
static
int _wgetc ( WINDOW *win ) {