unicode
This commit is contained in:
parent
8d0c1eb7f3
commit
3e3f046ee6
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <unistd.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include <ncurses.h>
|
||||
#include <ncursesw/curses.h>
|
||||
|
||||
#include "emulator.h"
|
||||
#include "romio.h"
|
||||
|
@ -42,7 +42,7 @@ void text_update_LCD( void );
|
|||
|
||||
static inline void ncurses_draw_annunciators( void )
|
||||
{
|
||||
wchar_t* annunciators_icons[ 6 ] = { L"\u21b0", L"\u21b1", L"\u03b1", L"\u1faab", L"\u231b", L"\u21c4" };
|
||||
wchar_t* annunciators_icons[ 6 ] = { L"↰", L"↱", L"α", L"🪫", L"⌛", L"⇄" };
|
||||
int val = display.annunc;
|
||||
|
||||
if ( val == last_annunc_state )
|
||||
|
|
Loading…
Reference in a new issue