summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index bf78826..91ed968 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -823,12 +823,12 @@ int kbd_input(char* text, int buflen)
{
if (param[l].y < param[l].lines - 1)
param[l].y++;
-#ifndef KBD_MODES
else
+#ifndef KBD_MODES
param[l].y=0;}
#else
+ line_edit = true;
}
- line_edit = true;
}
if (!line_edit)
#endif