diff options
-rw-r--r-- | src/screen_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_utils.c b/src/screen_utils.c index 6473244bb..398fdd9fe 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -78,6 +78,7 @@ screen_readln(WINDOW *w, wmove(w, 0,0); curs_set(1); + colors_use(w, COLOR_STATUS_ALERT); line = wreadln(w, prompt, value, COLS, history, gcmp); curs_set(0); return line; |