X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=ui.h;h=5cdd87357412ee2b2c9bb7151b6ecdc65359ed9c;hb=c38bc4bc5254bd5925d8567e7ff1554a7844b8c7;hp=33107f8dabbf28d5319a43801c309c804cc3548c;hpb=22b04d3544adcdcead47127d4de7826d18444ca2;p=pkg%2Fabook.git diff --git a/ui.h b/ui.h index 33107f8..5cdd873 100644 --- a/ui.h +++ b/ui.h @@ -35,7 +35,7 @@ void ui_open_datafile(); #include "options.h" /* needed for options_get_int */ -#define UI_HLINE_CHAR options_get_int("use_ascii_only") ? \ +#define UI_HLINE_CHAR opt_get_bool(BOOL_USE_ASCII_ONLY) ? \ '-' : ACS_HLINE #endif