summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fce016)
raw | patch | inline | side by side (parent: 4fce016)
author | Kalle Wallin <kaw@linux.se> | |
Wed, 16 Jun 2004 11:14:25 +0000 (11:14 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Wed, 16 Jun 2004 11:14:25 +0000 (11:14 +0000) |
src/screen_utils.c | patch | blob | history |
diff --git a/src/screen_utils.c b/src/screen_utils.c
index 6473244bbce7534dcbe4281ca51ee381e3e7d333..398fdd9fea546e0664d25060d746a9ecc00631ab 100644 (file)
--- a/src/screen_utils.c
+++ b/src/screen_utils.c
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;