summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/fs.c')
-rw-r--r--apps/interpreters/bas/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/interpreters/bas/fs.c b/apps/interpreters/bas/fs.c
index 79834bf10..5712b6d07 100644
--- a/apps/interpreters/bas/fs.c
+++ b/apps/interpreters/bas/fs.c
@@ -399,6 +399,7 @@ static int cls(int chn)
{
#ifdef CONFIG_INTERPREPTER_BAS_VT100
vt100_clrscreen(chn);
+ vt100_cursorhome(chn);
return 0;
#else
FS_errmsg = _("Clear screen operation not implemented");