diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 1 |
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); } |