From 20e4fca5d68a648b1c5d46b0768edfc5ba9b1578 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 10 Jan 2008 07:27:22 +0000 Subject: - pfterm: fix previous patchset - x forgot to increase git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3814 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/pfterm.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3