1 #include "../config.h"
2 
3 #if UNIX && !CURSES && !ALLEGRO
4 #define ESCSEQ 1
5 #endif
6 
7 int readchr();
8 int readescseq(char *s);
9 int transl_escseq(const char *s, int flags);
10 const char *getescseq_str(int keypr);
11 void mapescseq(const char *str, int keypr);
12 void rmescseq(int keypress);
13 void free_escape_sequences();
14