• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D09-Mar-20193 KiB13084

README.mdH A D09-Mar-2019760 3017

deffont.hH A D09-Mar-201926.4 KiB386381

deficon.hH A D09-Mar-20191.3 KiB2421

pdcclip.cH A D09-Mar-20192.5 KiB9333

pdcdisp.cH A D09-Mar-20199.7 KiB372277

pdcgetsc.cH A D09-Mar-2019513 3116

pdckbd.cH A D09-Mar-201914.5 KiB467364

pdcscrn.cH A D09-Mar-201910.6 KiB428323

pdcsdl.hH A D09-Mar-20191.2 KiB3421

pdcsetsc.cH A D09-Mar-20191.7 KiB6519

pdcutil.cH A D09-Mar-2019801 4029

sdltest.cH A D09-Mar-20191.9 KiB8248

README.md

1PDCurses for SDL2
2=================
3
4This is a port of PDCurses for SDL2.
5
6
7Building
8--------
9
10- On *nix (including Linux and Mac OS X), run `make` in the sdl2
11  directory. It builds the library libpdcurses.a (dynamic lib not implemented).
12  The makefile accepts the optional parameters `DEBUG=Y`, `WIDE=Y` and `UTF8=Y`.
13  It also recognizes the optional `PDCURSES_SRCDIR` environment variable.
14
15
16Distribution Status
17-------------------
18
19The files in this directory are released to the Public Domain.
20
21
22Acknowledgements
23----------------
24
25The original SDL port was provided by William McBrine.
26
27The initial SDL2 support patch was created by Laura Michaels.
28
29The SDL2 port was put together and further developed by Robin Gustafsson.
30