diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:49:18 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:49:18 +0800 |
commit | 9c634694d8b980f3a3c50d54dc174ca913204145 (patch) | |
tree | fffd0d79b31388e1c8e05260a3cf962c1b4a9534 /include/visio.h | |
parent | 321e5d90f18d32ca1517572a376b042aa1939e78 (diff) | |
download | pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar.gz pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar.bz2 pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar.lz pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar.xz pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.tar.zst pttbbs-9c634694d8b980f3a3c50d54dc174ca913204145.zip |
Add mvprints (like ncurses mvprintw)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4444 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/visio.h')
-rw-r--r-- | include/visio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/visio.h b/include/visio.h index 626f12e5..42e32136 100644 --- a/include/visio.h +++ b/include/visio.h @@ -101,6 +101,7 @@ typedef struct { // curses flavor void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2); +void mvprints(int y, int x, const char *fmt, ...) GCC_CHECK_FORMAT(3,4); void mvouts(int y, int x, const char *str); // input history |