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 bc4a2b08..25bcedd7 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -330,6 +330,7 @@ int oldgetdata(int line, int col, const char *prompt, char *buf, int len, int ec
void output(const char *s, int len);
int num_in_buf(void);
int ochar(int c);
+int strlen_noansi(const char *buf);
/* kaede */
int Rename(const char* src, const char* dst);
@@ -556,6 +557,7 @@ ChessInfo* reversi_replay(FILE* fp);
/* screen */
void mouts(int y, int x, const char *str);
void move(int y, int x);
+void move_ansi(int y, int x);
void outs(const char *str);
void outs_n(const char *str, int n);
void outslr(const char *left, int leftlen, const char *right, int rightlen);