test timing and input handling
[ansitris] / src / ansi.h
index 5e1e482..b63ed8e 100644 (file)
@@ -5,6 +5,7 @@ void ansi_reset(void);
 void ansi_clearscr(void);
 
 void ansi_setcursor(int row, int col);
+void ansi_cursor(int show);
 
 /* convert a PC cga/ega/vga char+attr to an ANSI sequence and write it to stdout */
 void ansi_ibmchar(unsigned char c, unsigned char attr);