summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-12 02:41:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-12 02:41:43 +0800
commitc419d74540378a76fd23b0332b6e11f5ff77e9bb (patch)
treeeb1abc8b18cc0146a9d991bfcceb1bb063b9d1b3 /include/proto.h
parentf5544ffb3a0703d6cbd0eacc42ab3be2e8ca45f3 (diff)
downloadpttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.gz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.bz2
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.lz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.xz
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.tar.zst
pttbbs-c419d74540378a76fd23b0332b6e11f5ff77e9bb.zip
- pmore: fix incorrect display position for ESC_STAR variables in vertical scrolling.
- pmore: put sample expand_esc_star into source for better porting. #define HAVE_EXPAND_ESC_STAR to define your own. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4135 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 8fdee450..cf4c65f0 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -344,7 +344,6 @@ int vget(int line, int col, const char *prompt, char *buf, int len, int mode);
#define vkey() igetch()
/* kaede */
-int expand_esc_star(char *buf, const char *src, int szbuf);
char*Ptt_prints(char *str, size_t size, int mode);
void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
void mouts(int y, int x, const char *str);
@@ -353,6 +352,8 @@ void outmsglr(const char *msg, int llen, const char *rmsg, int rlen);
void outs_n(const char *str, int n);
void outslr(const char *left, int leftlen, const char *right, int rightlen);
void out_lines(const char *str, int line);
+#define HAVE_EXPAND_ESC_STAR
+int expand_esc_star(char *buf, const char *src, int szbuf);
/* lovepaper */
int x_love(void);