summaryrefslogtreecommitdiffstats
path: root/include/visio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/visio.h')
-rw-r--r--include/visio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/visio.h b/include/visio.h
index 06103abc..986be0df 100644
--- a/include/visio.h
+++ b/include/visio.h
@@ -47,6 +47,9 @@ int vansf (const char *fmt,...) GCC_CHECK_FORMAT(1,2);
int vans (const char *msg);
void vshowmsg(const char *msg);
+void prints(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
+void mvouts(int y, int x, const char *str);
+
// vs_*: formatted and themed virtual screen layout
// you cannot use ANSI escapes in these APIs.
void vs_header (const char *title, const char *mid, const char *right); // vs_head, showtitle