Clarify sdl1 vs. sdl2.

This commit is contained in:
William McBrine
2017-12-28 11:14:42 -05:00
parent 218e159229
commit bf087f06e9
4 changed files with 10 additions and 9 deletions

View File

@@ -36,11 +36,12 @@ Build instructions are in the README file for each platform:
- [DOS](dos/README.md)
- [OS/2](os2/README.md)
- [SDL](sdl1/README.md)
- [SDL2](sdl2/README.md)
- [SDL 1.x](sdl1/README.md)
- [SDL 2.x](sdl2/README.md)
- [Windows](win32/README.md)
- [X11](x11/README.md)
Distribution Status
-------------------

View File

@@ -350,7 +350,7 @@ particular terminal:
The virtual keypad is arranged like this:
A1 up A3
left B2 right
left B2 right
C1 down C3
This list is incomplete -- see curses.h for the full list, and use the

View File

@@ -1,7 +1,7 @@
PDCurses for SDL
================
PDCurses for SDL 1.x
====================
This is a port of PDCurses for SDL.
This is a port of PDCurses for version 1.x of SDL.
Building

View File

@@ -1,7 +1,7 @@
PDCurses for SDL2
=================
PDCurses for SDL 2.x
====================
This is a port of PDCurses for SDL2.
This is a port of PDCurses for version 2.x of SDL (aka SDL2).
Building