File README.md changed (mode: 100644) (index bbeed9b8..2e225856) | |||
1 | 1 | Welcome to PDCurses! | Welcome to PDCurses! |
2 | 2 | ==================== | ==================== |
3 | 3 | ||
4 | Public Domain Curses, aka PDCurses, is an implementation of X/Open | ||
5 | curses for multiple platforms. The latest version can be found at: | ||
4 | PDCurses is an implementation of X/Open curses for multiple platforms. | ||
5 | The latest version can be found at: | ||
6 | 6 | ||
7 | 7 | https://pdcurses.org/ | https://pdcurses.org/ |
8 | 8 | ||
... | ... | Distribution Status | |
47 | 47 | ------------------- | ------------------- |
48 | 48 | ||
49 | 49 | All files in this directory (not including subdirectories) are released | All files in this directory (not including subdirectories) are released |
50 | to the Public Domain. | ||
50 | to the public domain. | ||
51 | 51 | ||
52 | 52 | ||
53 | 53 | Maintainer | Maintainer |
File common/README.md changed (mode: 100644) (index a4f0ca13..31b54297) | |||
... | ... | more than one platform, in contrast to the "common core" in ../pdcurses. | |
8 | 8 | Distribution Status | Distribution Status |
9 | 9 | ------------------- | ------------------- |
10 | 10 | ||
11 | The files in this directory are released to the Public Domain. | ||
11 | The files in this directory are released to the public domain. |
File curses.h changed (mode: 100644) (index 95fb566c..ee48ba7e) | |||
1 | /* Public Domain Curses */ | ||
2 | |||
3 | 1 | /*----------------------------------------------------------------------* | /*----------------------------------------------------------------------* |
4 | 2 | * PDCurses * | * PDCurses * |
5 | 3 | *----------------------------------------------------------------------*/ | *----------------------------------------------------------------------*/ |
File curspriv.h changed (mode: 100644) (index cbae8f7e..991b2951) | |||
1 | /* Public Domain Curses */ | ||
2 | |||
3 | 1 | /* Private definitions and declarations for use within PDCurses. | /* Private definitions and declarations for use within PDCurses. |
4 | 2 | These should generally not be referenced by applications. */ | These should generally not be referenced by applications. */ |
5 | 3 | ||
... | ... | size_t PDC_wcstombs(char *, const wchar_t *, size_t); | |
121 | 119 | #define PDC_CLICK_PERIOD 150 /* time to wait for a click, if | #define PDC_CLICK_PERIOD 150 /* time to wait for a click, if |
122 | 120 | not set by mouseinterval() */ | not set by mouseinterval() */ |
123 | 121 | ||
124 | #endif /* __CURSES_INTERNALS__*/ | ||
122 | #endif /* __CURSES_INTERNALS__ */ |
File demos/README.md changed (mode: 100644) (index 4df65840..c7d6ec8f) | |||
... | ... | no configuration is needed. | |
21 | 21 | Distribution Status | Distribution Status |
22 | 22 | ------------------- | ------------------- |
23 | 23 | ||
24 | Public Domain, except for rain.c and worm.c, which are under the ncurses | ||
24 | Public domain, except for rain.c and worm.c, which are under the ncurses | ||
25 | 25 | license (MIT-like). | license (MIT-like). |
File docs/index.html changed (mode: 100644) (index c7f4e4c4..528ec0f7) | |||
... | ... | domain, free"> | |
9 | 9 | <link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon"> | <link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon"> |
10 | 10 | <link rel="stylesheet" href="mmbasic.css"> | <link rel="stylesheet" href="mmbasic.css"> |
11 | 11 | <link rel="stylesheet" href="mmmain.css"> | <link rel="stylesheet" href="mmmain.css"> |
12 | <title>PDCurses - Public Domain Curses</title> | ||
12 | <title>PDCurses</title> | ||
13 | 13 | </head> | </head> |
14 | 14 | ||
15 | 15 | <body> | <body> |
16 | 16 | ||
17 | 17 | <div id="maincontent"> | <div id="maincontent"> |
18 | 18 | ||
19 | <h1>Public Domain Curses</h1> | ||
19 | <h1>PDCurses</h1> | ||
20 | 20 | ||
21 | 21 | Stable: <a href="https://github.com/wmcbrine/PDCurses/releases/tag/3.7">v3.7</a><br> | Stable: <a href="https://github.com/wmcbrine/PDCurses/releases/tag/3.7">v3.7</a><br> |
22 | 22 | Beta: <a href="https://github.com/wmcbrine/PDCurses">See git repository</a> | Beta: <a href="https://github.com/wmcbrine/PDCurses">See git repository</a> |
... | ... | list archive.</a></p> | |
47 | 47 | <address> | <address> |
48 | 48 | Page by Mark Hessling and <a | Page by Mark Hessling and <a |
49 | 49 | href="https://wmcbrine.com/">William McBrine.</a> | href="https://wmcbrine.com/">William McBrine.</a> |
50 | Last updated: Dec 31 2018 | ||
50 | Last updated: Jan 30 2019 | ||
51 | 51 | </address> | </address> |
52 | 52 | ||
53 | 53 | </div> | </div> |
File dos/README.md changed (mode: 100644) (index 6a9a2d44..ad05ce69) | |||
... | ... | Building | |
36 | 36 | Distribution Status | Distribution Status |
37 | 37 | ------------------- | ------------------- |
38 | 38 | ||
39 | The files in this directory are released to the Public Domain. | ||
39 | The files in this directory are released to the public domain. | ||
40 | 40 | ||
41 | 41 | ||
42 | 42 | Acknowledgements | Acknowledgements |
File dos/pdcclip.c changed (mode: 100644) (index e0d29235..ec6fc559) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File dos/pdcdisp.c changed (mode: 100644) (index 1d88fcba..a2926673) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 | #include "../common/acs437.h" | #include "../common/acs437.h" |
File dos/pdcdos.h changed (mode: 100644) (index 0c8daa34..e935d81b) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 | #include <string.h> | #include <string.h> |
File dos/pdcgetsc.c changed (mode: 100644) (index 58ae8f58..beafd416) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File dos/pdckbd.c changed (mode: 100644) (index c57ba82c..334ec260) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File dos/pdcscrn.c changed (mode: 100644) (index 7e997d98..b18bcda5) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File dos/pdcsetsc.c changed (mode: 100644) (index 8f9cc538..01a16a94) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File dos/pdcutil.c changed (mode: 100644) (index d99bff12..62aed39b) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcdos.h" | #include "pdcdos.h" |
4 | 4 |
File man/README.md changed (mode: 100644) (index 77dd4841..5a6539d2) | |||
... | ... | Building | |
28 | 28 | Distribution Status | Distribution Status |
29 | 29 | ------------------- | ------------------- |
30 | 30 | ||
31 | The files in this directory are released to the Public Domain. | ||
31 | The files in this directory are released to the public domain. | ||
32 | 32 | ||
33 | 33 | [User's Guide]: USERS.md | [User's Guide]: USERS.md |
34 | 34 | [Implementor's Guide]: IMPLEMNT.md | [Implementor's Guide]: IMPLEMNT.md |
File os2/README.md changed (mode: 100644) (index bc6eb90b..efd00cec) | |||
... | ... | Building | |
31 | 31 | Distribution Status | Distribution Status |
32 | 32 | ------------------- | ------------------- |
33 | 33 | ||
34 | The files in this directory are released to the Public Domain. | ||
34 | The files in this directory are released to the public domain. |
File os2/pdcclip.c changed (mode: 100644) (index 41402efb..b1930591) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 |
File os2/pdcdisp.c changed (mode: 100644) (index bc230172..9b9c61df) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 | #include "../common/acs437.h" | #include "../common/acs437.h" |
File os2/pdcgetsc.c changed (mode: 100644) (index 1aedd51c..1885b00f) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 |
File os2/pdckbd.c changed (mode: 100644) (index 0544722b..82a08a4c) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #if defined(__EMX__) || defined(__WATCOMC__) || defined(__IBMC__) || \ | #if defined(__EMX__) || defined(__WATCOMC__) || defined(__IBMC__) || \ |
4 | 4 | defined(__TURBOC__) | defined(__TURBOC__) |
File os2/pdcos2.h changed (mode: 100644) (index 6ac04744..cdfea400) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <stdlib.h> | #include <stdlib.h> |
4 | 4 | #include <string.h> | #include <string.h> |
File os2/pdcscrn.c changed (mode: 100644) (index 56d720ef..37a231de) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 |
File os2/pdcsetsc.c changed (mode: 100644) (index 0ed9cfb2..823fe247) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 |
File os2/pdcutil.c changed (mode: 100644) (index 8ed757f6..b087266e) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcos2.h" | #include "pdcos2.h" |
4 | 4 |
File panel.h changed (mode: 100644) (index 36a582c9..83d4f2c6) | |||
1 | /* Public Domain Curses */ | ||
2 | |||
3 | 1 | /*----------------------------------------------------------------------* | /*----------------------------------------------------------------------* |
4 | 2 | * Panels for PDCurses * | * Panels for PDCurses * |
5 | 3 | *----------------------------------------------------------------------*/ | *----------------------------------------------------------------------*/ |
File pdcurses/README.md changed (mode: 100644) (index a6a7ee8f..d7b7c652) | |||
... | ... | platform directories. | |
15 | 15 | Distribution Status | Distribution Status |
16 | 16 | ------------------- | ------------------- |
17 | 17 | ||
18 | The files in this directory are released to the Public Domain. | ||
18 | The files in this directory are released to the public domain. | ||
19 | 19 | ||
20 | 20 | ||
21 | 21 | Acknowledgements | Acknowledgements |
File pdcurses/addch.c changed (mode: 100644) (index bf7c8b10..51468719) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/addchstr.c changed (mode: 100644) (index 8cb719a9..0369f8d7) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/addstr.c changed (mode: 100644) (index a2a9465c..cf2be8fa) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/attr.c changed (mode: 100644) (index 3e713040..1b3ed6ae) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/beep.c changed (mode: 100644) (index 857706cc..c6e5a35e) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/bkgd.c changed (mode: 100644) (index 87f03b36..7af31eeb) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/border.c changed (mode: 100644) (index 824a250f..776e8cdc) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/clear.c changed (mode: 100644) (index 7e14b265..6f46c625) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/color.c changed (mode: 100644) (index b65f5643..013b4950) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/debug.c changed (mode: 100644) (index 1ad4cca7..070bb3cf) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/delch.c changed (mode: 100644) (index 2dfc4371..f55a28e7) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/deleteln.c changed (mode: 100644) (index f5329372..8274fc91) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/getch.c changed (mode: 100644) (index f90c576d..57899cac) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/getstr.c changed (mode: 100644) (index 56f7e340..96c4f49a) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/getyx.c changed (mode: 100644) (index 804f7e8e..26818657) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/inch.c changed (mode: 100644) (index 97259b95..47c16362) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/inchstr.c changed (mode: 100644) (index b107fb0e..feff4027) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/initscr.c changed (mode: 100644) (index 96c9d6a8..efa5cc62) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/inopts.c changed (mode: 100644) (index 948396c6..6c730c82) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/insch.c changed (mode: 100644) (index 33d0c308..1adb80ee) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/insstr.c changed (mode: 100644) (index e93d6aec..ca5c3283) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/instr.c changed (mode: 100644) (index babb35e2..234642d5) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/kernel.c changed (mode: 100644) (index 76502900..37294df9) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/keyname.c changed (mode: 100644) (index c2df795b..3f9b11cf) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/mouse.c changed (mode: 100644) (index 889a97bc..e7de44f3) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/move.c changed (mode: 100644) (index 1352c079..7a6a4c53) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/outopts.c changed (mode: 100644) (index 605e8872..87eafd99) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/overlay.c changed (mode: 100644) (index cd98f45c..81770aa6) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/pad.c changed (mode: 100644) (index 712c800b..b2c7dd6b) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/panel.c changed (mode: 100644) (index 79ccf152..cca9932b) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/printw.c changed (mode: 100644) (index a63e0367..b6db17f7) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/refresh.c changed (mode: 100644) (index feba35d3..4ff9efd4) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/scanw.c changed (mode: 100644) (index 2b9feba8..0b55621f) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/scr_dump.c changed (mode: 100644) (index 6b6f903e..d0116d65) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/scroll.c changed (mode: 100644) (index a80f3751..a829e09c) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/slk.c changed (mode: 100644) (index 6dc3d527..e6d1bf37) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/termattr.c changed (mode: 100644) (index 53cc2b68..620527c4) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/touch.c changed (mode: 100644) (index f773557a..4f3028d5) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/util.c changed (mode: 100644) (index a206d9b4..04c4968d) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File pdcurses/window.c changed (mode: 100644) (index 4320e641..43203526) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <curspriv.h> | #include <curspriv.h> |
4 | 4 |
File sdl1/README.md changed (mode: 100644) (index e3ddc32c..3cd3f72b) | |||
... | ... | and stderr may be redirected to files. | |
186 | 186 | Distribution Status | Distribution Status |
187 | 187 | ------------------- | ------------------- |
188 | 188 | ||
189 | The files in this directory are released to the Public Domain. | ||
189 | The files in this directory are released to the public domain. | ||
190 | 190 | ||
191 | 191 | ||
192 | 192 | Acknowledgements | Acknowledgements |
File sdl1/pdcclip.c changed (mode: 100644) (index 386be7e2..a86f5590) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdcdisp.c changed (mode: 100644) (index e8c908da..f2afa726) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdcgetsc.c changed (mode: 100644) (index 79d25a4c..3dd2e180) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdckbd.c changed (mode: 100644) (index f349f3df..77553b24) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdcscrn.c changed (mode: 100644) (index 8a0609a8..6920402f) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdcsdl.h changed (mode: 100644) (index f0fd57e3..b8d5a7bb) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <SDL.h> | #include <SDL.h> |
4 | 4 | #ifdef PDC_WIDE | #ifdef PDC_WIDE |
File sdl1/pdcsetsc.c changed (mode: 100644) (index 8e6d841d..de9ab579) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl1/pdcutil.c changed (mode: 100644) (index 5de0ff86..78b06ad4) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/README.md changed (mode: 100644) (index db2e71b9..97f0a3a6) | |||
... | ... | and stderr may be redirected to files. | |
201 | 201 | Distribution Status | Distribution Status |
202 | 202 | ------------------- | ------------------- |
203 | 203 | ||
204 | The files in this directory are released to the Public Domain. | ||
204 | The files in this directory are released to the public domain. | ||
205 | 205 | ||
206 | 206 | ||
207 | 207 | Acknowledgements | Acknowledgements |
File sdl2/pdcclip.c changed (mode: 100644) (index 56171674..6a63cb62) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdcdisp.c changed (mode: 100644) (index 666a4110..709e15a3) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdcgetsc.c changed (mode: 100644) (index 79d25a4c..3dd2e180) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdckbd.c changed (mode: 100644) (index 8e97b577..46310bfa) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdcscrn.c changed (mode: 100644) (index 7edd98a4..f9309741) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdcsdl.h changed (mode: 100644) (index 91819940..de073ebe) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include <SDL.h> | #include <SDL.h> |
4 | 4 | #ifdef PDC_WIDE | #ifdef PDC_WIDE |
File sdl2/pdcsetsc.c changed (mode: 100644) (index 506efb7b..d8074b79) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File sdl2/pdcutil.c changed (mode: 100644) (index e41fb6e2..3f0e9dc3) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcsdl.h" | #include "pdcsdl.h" |
4 | 4 |
File wincon/README.md changed (mode: 100644) (index bf57727a..6192afb4) | |||
... | ... | Building | |
66 | 66 | Distribution Status | Distribution Status |
67 | 67 | ------------------- | ------------------- |
68 | 68 | ||
69 | The files in this directory are released to the Public Domain. | ||
69 | The files in this directory are released to the public domain. | ||
70 | 70 | ||
71 | 71 | ||
72 | 72 | Acknowledgements | Acknowledgements |
File wincon/pdcclip.c changed (mode: 100644) (index 9dbf695a..4e8addb6) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcdisp.c changed (mode: 100644) (index f6a133e2..937b789c) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcgetsc.c changed (mode: 100644) (index 51b4eebf..a8323ebc) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdckbd.c changed (mode: 100644) (index c863581e..9d1e4da9) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcscrn.c changed (mode: 100644) (index e4d97362..152d860c) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcsetsc.c changed (mode: 100644) (index 4585f0e6..fe4ffa9d) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcutil.c changed (mode: 100644) (index 5da99029..a40cf451) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcwin.h" | #include "pdcwin.h" |
4 | 4 |
File wincon/pdcwin.h changed (mode: 100644) (index 8a521121..f0bd195c) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #if defined(PDC_WIDE) && !defined(UNICODE) | #if defined(PDC_WIDE) && !defined(UNICODE) |
4 | 4 | # define UNICODE | # define UNICODE |
File x11/README.md changed (mode: 100644) (index be43a0f7..5a8bd82b) | |||
... | ... | Distribution Status | |
456 | 456 | ------------------- | ------------------- |
457 | 457 | ||
458 | 458 | As of April 13, 2006, the files in this directory are released to the | As of April 13, 2006, the files in this directory are released to the |
459 | Public Domain, except for ScrollBox*, which are under essentially the | ||
459 | public domain, except for ScrollBox*, which are under essentially the | ||
460 | 460 | MIT X License; config.guess and config.sub, which are under the GPL; and | MIT X License; config.guess and config.sub, which are under the GPL; and |
461 | 461 | configure, which is under a free license described within it. | configure, which is under a free license described within it. |
462 | 462 |
File x11/compose.h changed (mode: 100644) (index 1c097b98..6753d5d6) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | /* Tables and variables for the built-in compose key system. This file | /* Tables and variables for the built-in compose key system. This file |
4 | 4 | is not included when PDCurses is built with XIM support. */ | is not included when PDCurses is built with XIM support. */ |
File x11/pdcclip.c changed (mode: 100644) (index 20de260e..19a09016) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcdisp.c changed (mode: 100644) (index e5ae04e4..2c1e9aa4) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcgetsc.c changed (mode: 100644) (index 462d4687..76fda7e1) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdckbd.c changed (mode: 100644) (index 33383581..3ebc39c7) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcscrn.c changed (mode: 100644) (index 81c8c1cb..35f125d8) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcsetsc.c changed (mode: 100644) (index 738a510a..b2c7a7c5) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcutil.c changed (mode: 100644) (index a49fac81..db80547f) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcx11.c changed (mode: 100644) (index 9962e16d..2a10cba7) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/pdcx11.h changed (mode: 100644) (index 72a1f5a7..2ed5a5a0) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
4 | 4 | # include "config.h" | # include "config.h" |
File x11/sb.c changed (mode: 100644) (index 10f8c9ba..52d20c6f) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |
File x11/x11.c changed (mode: 100644) (index f321c877..6dfc2328) | |||
1 | /* Public Domain Curses */ | ||
1 | /* PDCurses */ | ||
2 | 2 | ||
3 | 3 | #include "pdcx11.h" | #include "pdcx11.h" |
4 | 4 |