This commit is contained in:
Gwenhael Le Moine 2023-11-02 10:21:00 +01:00
parent 428be5d88e
commit 158c165e07
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -499,7 +499,7 @@ static inline void ncurses_init_ui( void )
mvprintw( LCD_BOTTOM, 2, "[ wire: %s ]-[ IR: %s ]", wire_name, ir_name );
mvprintw( LCD_BOTTOM + 1, 0, "F1: Enter, F2: Left-shift, F3: Right-shift, F4: Alpha, F5: On, F7: Quit" );
mvprintw( LCD_BOTTOM + 1, 0, "F1: Enter, F2: Left-Shift, F3: Right-Shift, F4: Alpha, F5: On, F7: Quit" );
}
/* TODO: not specific to tui */