mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 21:40:20 +00:00
Fixed compiler error on BSD.
This commit is contained in:
parent
afcd50d252
commit
e9d0461d70
@ -101,7 +101,7 @@ void ListWindow::DecorateFrame() {
|
||||
waddch(frame, (i == offset) ? ' ' : ACS_VLINE);
|
||||
if (i == offset) wattroff(frame, A_REVERSE);
|
||||
#else
|
||||
waddch(frame, (i == offset) ? ACS_D_VLINE : ACS_VLINE);
|
||||
wadd_wch(frame, (i == offset) ? WACS_D_VLINE : WACS_VLINE);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user