From 01cae7cc0030e26ce53c5743fc0dccc4aa7bf683 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 6 Aug 2005 05:03:41 +0000 Subject: Large Terminal Rules New api: *lr family calls are used to pad and fir terminal width. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2996 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 699c1ff8..2cf1f204 100644 --- a/include/proto.h +++ b/include/proto.h @@ -522,11 +522,13 @@ void mouts(int y, int x, const char *str); void move(int y, int x); void outs(const char *str); void outs_n(const char *str, int n); +void outslr(const char *left, int leftlen, const char *right, int rightlen); void clrtoeol(void); void clear(void); void refresh(void); void clrtobot(void); void outmsg(const char *msg); +void outmsglr(const char *msg, int llen, const char *rmsg, int rlen); void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2); void region_scroll_up(int top, int bottom); void outc(unsigned char ch); -- cgit v1.2.3