summaryrefslogtreecommitdiffstats
path: root/mbbsd/pfterm.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-14 19:50:05 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-14 19:50:05 +0800
commita298d6c46128c1b594e39578024933a696de741f (patch)
treee07278a6e7ddeefa6f308cf83b0085c45e3e42f5 /mbbsd/pfterm.c
parentd9e73c38f6bdb4e85ba58ccb2382f15eb9186335 (diff)
downloadpttbbs-a298d6c46128c1b594e39578024933a696de741f.tar
pttbbs-a298d6c46128c1b594e39578024933a696de741f.tar.gz
pttbbs-a298d6c46128c1b594e39578024933a696de741f.tar.bz2
pttbbs-a298d6c46128c1b594e39578024933a696de741f.tar.lz
pttbbs-a298d6c46128c1b594e39578024933a696de741f.tar.xz
pttbbs-a298d6c46128c1b594e39578024933a696de741f.tar.zst
pttbbs-a298d6c46128c1b594e39578024933a696de741f.zip
- bbs: add title for AID display
- xyz: prevent mmap crash for note_ans - pfterm/screen: add getyx_ansi - fav: add ASKBOARD to new account default favs - record: add setaidfile() git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3834 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r--mbbsd/pfterm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/pfterm.c b/mbbsd/pfterm.c
index 08dec655..2d405311 100644
--- a/mbbsd/pfterm.c
+++ b/mbbsd/pfterm.c
@@ -2289,6 +2289,12 @@ move_ansi(int y, int x)
}
void
+getyx_ansi(int *y, int *x)
+{
+ getyx(y, x);
+}
+
+void
region_scroll_up(int top, int bottom)
{
int i;