summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 18:37:15 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 18:37:15 +0800
commita9d6026bf93cc34608ecf8582ab1a3252288e80a (patch)
tree67717dd21b938ac06bba2814e05485bc335873f8 /include
parentbd3316da2d8ded6c812bc1a38fee6c2fabab1a61 (diff)
downloadpttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar.gz
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar.bz2
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar.lz
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar.xz
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.tar.zst
pttbbs-a9d6026bf93cc34608ecf8582ab1a3252288e80a.zip
* refine order song init query ui
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4861 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/visio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/visio.h b/include/visio.h
index 42e32136..f2879ce6 100644
--- a/include/visio.h
+++ b/include/visio.h
@@ -138,6 +138,8 @@ void vs_header (const char *title, const char *mid, const char *right); // vs_
void vs_hdr (const char *title); // vs_bar, stand_title
void vs_footer (const char *caption, const char *prompt);
+void vs_rectangle_simple(int l, int t, int r, int b); // draw a single line rectangle, not filling inside interior
+
// columned output
void vs_cols_layout (const VCOL* cols, VCOLW *ws, int n); /// calculate VCOL to fit current screen in ws
void vs_cols (const VCOL* cols, const VCOLW *ws, int n, ...);