]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui_theme.c
gui: Use whline() for drawing the separator.
[paraslash.git] / gui_theme.c
index 279ad9149add67324a0e11c595d66e59369f0f54..5d3fac1c15a74d6d626cc53ef3478a050146052d 100644 (file)
@@ -30,7 +30,7 @@ static void init_theme_simple(struct gui_theme *t)
        t->sep_fg = COLOR_CYAN;
        t->default_fg = COLOR_WHITE;
        t->default_bg = COLOR_BLUE;
-       t->sep_str = "*";
+       t->sep_char = '*';
 
        d[SI_BASENAME].prefix = "";
        d[SI_BASENAME].postfix = "";
@@ -85,7 +85,7 @@ static void init_theme_colorful_blackness(struct gui_theme *t)
        t->err_msg_fg = COLOR_WHITE;
        t->sep_bg = COLOR_BLACK; /* color of the separator */
        t->sep_fg = COLOR_BLUE;
-       t->sep_str = "-";
+       t->sep_char = 0; /* default (ACS_HLINE) */
        t->default_bg = COLOR_BLACK;
        t->default_fg = COLOR_MAGENTA;