summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-10 15:27:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-10 15:27:22 +0800
commit20e4fca5d68a648b1c5d46b0768edfc5ba9b1578 (patch)
treefdaa47b5aa5ac04b00264f87958083261e320b1d
parent48cb8baf4e3df5d263c87fc152fdf38dc9e6e439 (diff)
downloadpttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar.gz
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar.bz2
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar.lz
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar.xz
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.tar.zst
pttbbs-20e4fca5d68a648b1c5d46b0768edfc5ba9b1578.zip
- pfterm: fix previous patchset - x forgot to increase
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3814 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/pfterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c
index 701ef21e..d8e0d1ad 100644
--- a/mbbsd/pfterm.c
+++ b/mbbsd/pfterm.c
@@ -1189,6 +1189,7 @@ outc(unsigned char c)
#endif // FTATTR_TRANSPARENT
FTA = ft.attr;
+ ft.x++;
// XXX allow x == ft.cols?
if (ft.x >= ft.cols)
{