summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 26ef7588..a8fba125 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1234,6 +1234,7 @@ showsignature(char *fname, int *j, SigInfo *si)
mvouts(y++, 0, buf);
lines--;
}
+ move(y, 0);
}
fclose(fp);
}