From: Kalle Wallin Date: Wed, 16 Jun 2004 11:14:25 +0000 (+0000) Subject: Use the alert color in screen_readln() X-Git-Tag: v0.12_alpha1~520 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1cc4b2dbf575a749ead50210355e2cfcfd623171;p=ncmpc.git Use the alert color in screen_readln() git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1509 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/screen_utils.c b/src/screen_utils.c index 6473244..398fdd9 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;