diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-06 04:19:49 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-06 04:19:49 +0800 |
commit | ff24026ce0222c9b0bc78ee075dd0ca9bb50c193 (patch) | |
tree | 70f8bffef1edbe949b5aaf83c5dd8717fdb9e87b /mbbsd/brc.c | |
parent | 7fe0f796e47c21a8975c956830f0b63f024e35d2 (diff) | |
download | pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar.gz pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar.bz2 pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar.lz pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar.xz pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.tar.zst pttbbs-ff24026ce0222c9b0bc78ee075dd0ca9bb50c193.zip |
large terminal rules.
- vmsg with formats is now vmsgf.
- deprecates vmsg_lines
= i hope changes in admin does not make trouble
because the old way looks like a mess within my terminal.
- pending issue:
= pressanykey_or_callangel is in oldway
= showtitle, msg_seperator, and others should also be fixed
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2995 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/brc.c')
-rw-r--r-- | mbbsd/brc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/brc.c b/mbbsd/brc.c index 0ffbc9bc..68f4fdeb 100644 --- a/mbbsd/brc.c +++ b/mbbsd/brc.c @@ -160,7 +160,7 @@ brc_enlarge_buf(void) memcpy(brc_buf, buffer, brc_alloc - BRC_BLOCKSIZE); #ifdef DEBUG - vmsg("brc enlarged to %d bytes", brc_alloc); + vmsgf("brc enlarged to %d bytes", brc_alloc); #endif THE_FREE(buffer); |