]> git.deb.at Git - pkg/abook.git/blobdiff - ui.h
Support for dynamic views.
[pkg/abook.git] / ui.h
diff --git a/ui.h b/ui.h
index 7e1b8a8cda6008d8882236bc2d2ad0e447f346a6..ebffcd8d9112f0c3fdfa696cc664889bb5dc11b7 100644 (file)
--- a/ui.h
+++ b/ui.h
@@ -38,6 +38,8 @@ void          ui_open_datafile();
 
 #define UI_HLINE_CHAR          opt_get_bool(BOOL_USE_ASCII_ONLY) ? \
                                        '-' : ACS_HLINE
+#define UI_VLINE_CHAR          opt_get_bool(BOOL_USE_ASCII_ONLY) ? \
+                                       '|' : ACS_VLINE
 #define UI_TEE_CHAR            opt_get_bool(BOOL_USE_ASCII_ONLY) ? \
                                        '-' : ACS_BTEE
 #define UI_LBOXLINE_CHAR       opt_get_bool(BOOL_USE_ASCII_ONLY) ? \