test and adjust for curses with msdos

This commit is contained in:
nhmall
2019-07-02 14:01:44 -04:00
parent 8bb8d32625
commit 1ac321eadc
4 changed files with 293 additions and 172 deletions

View File

@@ -5,7 +5,11 @@
#include "curses.h"
#include "hack.h"
#ifdef SHORT_FILENAMES
#include "patchlev.h"
#else
#include "patchlevel.h"
#endif
#include "color.h"
#include "wincurs.h"