Mercurial > hg > early-roguelike
view srogue/bob.h @ 222:a666e4a034ed
Fix curses library detection.
A custom autoconf macro searched for the curses library, and provided an
option to use ncurses instead of a (presumably deficient) curses
implementation. Unfortunately, some of the Makefiles ignored the
search's results.
Now that this is fixed, building against pdcurses should be easier too.
author | John "Elwin" Edwards |
---|---|
date | Fri, 12 Feb 2016 15:12:37 -0500 |
parents | 2128c7dc8a40 |
children |
line wrap: on
line source
/* * Super-Rogue * Copyright (C) 1984 Robert D. Kindelberger * All rights reserved. * * See the file LICENSE.TXT for full copyright and licensing information. */ #include <sgtty.h> typedef struct sgttyb SGTTY; static SGTTY _tty, _res_flg;