diff options
-rw-r--r-- | src/fe-text/gui-windows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index 58301d1c..47595953 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -362,6 +362,8 @@ static void single_line_draw(GUI_WINDOW_REC *gui, int ypos, LINE_CACHE_SUB_REC * } move(ypos, xpos); + set_color(color); + while (text != text_end) { if (*text == '\0') { /* command */ |