summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/player/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c
index 42c09098a0..5d45306f83 100644
--- a/apps/player/keyboard.c
+++ b/apps/player/keyboard.c
@@ -113,6 +113,7 @@ int kbd_input(char* text, int buflen)
113 temptext[p++]=text[i++]; 113 temptext[p++]=text[i++];
114 } 114 }
115 temptext[p]=0; 115 temptext[p]=0;
116 lcd_remove_cursor();
116 lcd_puts(1, 0, temptext); 117 lcd_puts(1, 0, temptext);
117 lcd_put_cursor(cursor_pos-left_pos+1, 0, 0x7f); 118 lcd_put_cursor(cursor_pos-left_pos+1, 0, 0x7f);
118 old_cursor_pos=cursor_pos; 119 old_cursor_pos=cursor_pos;