summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-23 00:44:27 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-23 00:44:27 +0800
commitecb8b2d326822691b2633451732f8d7685353383 (patch)
treef0d80e09ec906c58af06bcb275bd7634e2233d7e /mbbsd/io.c
parenta8207490ca0ba62ba301edd6f034837ef01bc7cf (diff)
downloadpttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar.gz
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar.bz2
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar.lz
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar.xz
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.tar.zst
pttbbs-ecb8b2d326822691b2633451732f8d7685353383.zip
cp log format update
cp with invis board mosaic format update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2941 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 76fe3065..3fcbf359 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -1007,7 +1007,9 @@ oldgetdata(int line, int col, const char *prompt, char *buf, int len, int echo)
strlcpy(lastcmd[0], buf, sizeof(lastcmd[0]));
memmove(lastcmd+1, lastcmd, (MAXLASTCMD-1)*sizeof(lastcmd[0]));
}
- outc('\n');
+ /* why return here? */
+ // outc('\n');
+ move(y+1, 0);
refresh();
}
if ((echo == LCECHO) && isupper((int)buf[0]))