summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 08:49:39 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 08:49:39 +0800
commit3cf73b24d1f0a30db57c9383593c48b7fca69e11 (patch)
tree8c312fa2cba6253033c16abd3342b1405a70f015 /mbbsd/screen.c
parent12b4a208d439d19f17c46a31f04b23f3c088898e (diff)
downloadpttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar.gz
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar.bz2
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar.lz
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar.xz
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.tar.zst
pttbbs-3cf73b24d1f0a30db57c9383593c48b7fca69e11.zip
1.
avoid return FULLUPDATE. use return TITLE_REDRAW / READ_REDRAW 2. showfilename in read git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1665 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index 825fb3b7..43df3757 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -429,7 +429,7 @@ outmsg(char *msg)
{
move(b_lines, 0);
clrtoeol();
- outs(msg);
+ prints(msg);
}
void