diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-21 16:11:41 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-21 16:11:41 +0800 |
commit | 737556248c371c1a1f4302df7da2b0f3121ba7f2 (patch) | |
tree | 6194c448ba87e1d99728405cf4ef1f939f48583c /include | |
parent | 853dedc529d17b8aaab3433040737ac5b60e9440 (diff) | |
download | pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar.gz pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar.bz2 pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar.lz pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar.xz pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.tar.zst pttbbs-737556248c371c1a1f4302df7da2b0f3121ba7f2.zip |
Refactoring screen.c and adding function GetCurrentLine().
Adding redoscr() and use it in gomoku to reduce refresh size.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2418 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index a6d3140d..66cd63ea 100644 --- a/include/proto.h +++ b/include/proto.h @@ -487,6 +487,7 @@ void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2); void region_scroll_up(int top, int bottom); void outc(unsigned char ch); void redoscr(void); +void redoln(void); void clrtoline(int line); void standout(void); void standend(void); |