diff options
Diffstat (limited to 'mbbsd/pfterm.c')
-rw-r--r-- | mbbsd/pfterm.c | 6 |
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; |