clang-format decided to align things better
This commit is contained in:
parent
13aa0c47a8
commit
8e1f843c28
6 changed files with 826 additions and 828 deletions
|
@ -368,9 +368,7 @@ void text_draw_annunc( void )
|
||||||
mvaddwstr( 0, 4 + ( i * 4 ), ( ( annunciators_bits[ i ] & val ) == annunciators_bits[ i ] ) ? annunciators_icons[ i ] : L" " );
|
mvaddwstr( 0, 4 + ( i * 4 ), ( ( annunciators_bits[ i ] & val ) == annunciators_bits[ i ] ) ? annunciators_icons[ i ] : L" " );
|
||||||
}
|
}
|
||||||
|
|
||||||
void text_adjust_contrast( void )
|
void text_adjust_contrast( void ) { /* Dummy, NCurses version doesn't hand contrast (yet?) */ }
|
||||||
{ /* Dummy, NCurses version doesn't hand contrast (yet?) */
|
|
||||||
}
|
|
||||||
|
|
||||||
int text_get_event( void )
|
int text_get_event( void )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue