summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 28f1135b..8ac63aa5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -580,6 +580,7 @@ void clear (void);
void clrtoeol (void);
void clrtobot (void);
void clrtoln (int ln);
+void newwin (int nlines, int ncols, int y, int x);
void refresh (void);
void doupdate (void);
void redrawwin (void);
@@ -592,6 +593,7 @@ void scr_restore(const screen_backup_t *buf);
// non-curses
void outc(unsigned char ch);
void outs(const char *s);
+void outns(const char *str, int n);
void outstr(const char *str); // prepare and print a complete non-ANSI string.
int inansistr(char *str, int n);
void move_ansi(int y, int x);