mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Clarify sdl1 vs. sdl2.
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user