Permalink
Browse files
mingw & fake curses compilation fix
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+1
−0
catacurse.cpp
-
+1
−0
catacurse.h
|
|
@@ -807,5 +807,6 @@ void timeout(int delay) |
|
|
|
{ |
|
|
|
inputdelay=delay; |
|
|
|
}; |
|
|
|
void set_escdelay(int delay) { } //PORTABILITY, DUMMY FUNCTION |
|
|
|
|
|
|
|
#endif |
|
|
@@ -143,6 +143,7 @@ int getmaxx(WINDOW *win); |
|
|
|
int getmaxy(WINDOW *win); |
|
|
|
int move(int y, int x); |
|
|
|
void timeout(int delay);//PORTABILITY, DUMMY FUNCTION |
|
|
|
void set_escdelay(int delay);//PORTABILITY, DUMMY FUNCTION |
|
|
|
|
|
|
|
//Window Functions, Do not call these outside of catacurse.cpp |
|
|
|
void WinDestroy(); |
|
|
|
0 comments on commit
9ec4cc6