Code

screen_utils: Moved the colons of the prompts to wreadln.
[ncmpc.git] / src / wreadln.c
index b6579410a3bf5b9adbd1605042ae49cac8217887..7261bba418d2e86e0d8b91e9371df255ad0cd924 100644 (file)
@@ -408,8 +408,10 @@ _wreadln(WINDOW *w,
        /* make shure the cursor is visible */
        curs_set(1);
        /* print prompt string */
-       if (prompt)
+       if (prompt) {
                waddstr(w, prompt);
+               waddstr(w, ": ");
+       }
        /* retrive y and x0 position */
        getyx(w, wr.y, wr.x);
        /* check the x1 value */