diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-04 11:33:30 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-04 11:33:30 +0200 |
| commit | ba6f93a4e7d6fea880b357edb45c47fbc8a17dfc (patch) | |
| tree | b9f2b4652ef4893b8865d791c123fef309d45181 /vis.c | |
| parent | 481bcb1dcca2bd486cfb1e803349929e832eaa23 (diff) | |
| download | vis-ba6f93a4e7d6fea880b357edb45c47fbc8a17dfc.tar.gz vis-ba6f93a4e7d6fea880b357edb45c47fbc8a17dfc.tar.xz | |
Move more curses related stuff to ui-curses.c
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -38,13 +38,6 @@ #include "util.h" #include "map.h" -#ifdef PDCURSES -int ESCDELAY; -#endif -#ifndef NCURSES_REENTRANT -# define set_escdelay(d) (ESCDELAY = (d)) -#endif - typedef union { bool b; int i; |
