mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Make has_key() a static inline, rather than omitting it altogether.
This commit is contained in:
@@ -566,6 +566,10 @@ static inline bool has_colors ( void ) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static inline int has_key ( int kc __unused ) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static inline int hline ( chtype ch, int n ) {
|
||||
return whline ( stdscr, ch, n );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user