summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index 2b03edb..694e06c 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -288,6 +288,7 @@ char *BarUiSelectMusicId (const PianoHandle_t *ph) {
BarUiMsg (MSG_QUESTION, "Is this an [a]rtist or [t]rack name? "
"Press c to abort. ");
read (fileno (stdin), &yesnoBuf, sizeof (yesnoBuf));
+ BarUiMsg (MSG_NONE, "\n");
if (yesnoBuf == 'a') {
tmpArtist = BarUiSelectArtist (searchResult.artists);
if (tmpArtist != NULL) {