diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-19 10:53:00 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-19 10:53:00 +0800 |
commit | d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9 (patch) | |
tree | 121ac551e0487bae19a88cf604a697fff9dfc99f /include | |
parent | 9d25395fd0dbdfb3fd7fe14c68fe933631e07692 (diff) | |
download | pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar.gz pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar.bz2 pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar.lz pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar.xz pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.tar.zst pttbbs-d07da061c6fedf97b4bfd9ff4ae2c50ee0afeda9.zip |
- enable large terminal for menu and menu_movie.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4200 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 37fbf0e1..bfdf4944 100644 --- a/include/proto.h +++ b/include/proto.h @@ -352,7 +352,7 @@ int vget(int line, int col, const char *prompt, char *buf, int len, int mode); /* kaede */ char*Ptt_prints(char *str, size_t size, int mode); void outmsg(const char *msg); -void out_lines(const char *str, int line); +void out_lines(const char *str, int line, int col); #define HAVE_EXPAND_ESC_STAR int expand_esc_star(char *buf, const char *src, int szbuf); |