mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Merge branch 'symcheck2'
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