Merge branch 'symcheck2'

This commit is contained in:
Michael Brown
2007-07-28 22:55:31 +01:00
18 changed files with 30 additions and 29 deletions

View File

@@ -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 );
}