You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
note: while _POSIX_TIMERS is "directly" defined by including time.h on some systems, it may only be done if the internal macros are defined, which is commonly done by including unistd.h, so that is done before tested to work on Debian and MSYS2 (gcc + clang) fixes #345 (C part) |
2 months ago | |
|---|---|---|
| .. | ||
| README.md | 10 years ago | |
| addch.c | 3 months ago | |
| addchstr.c | 4 months ago | |
| addstr.c | 4 months ago | |
| attr.c | 4 months ago | |
| beep.c | 4 months ago | |
| bkgd.c | 4 months ago | |
| border.c | 4 months ago | |
| clear.c | 4 months ago | |
| color.c | 4 months ago | |
| debug.c | 4 months ago | |
| delch.c | 4 months ago | |
| deleteln.c | 4 months ago | |
| getch.c | 2 months ago | |
| getstr.c | 4 months ago | |
| getyx.c | 4 months ago | |
| inch.c | 4 months ago | |
| inchstr.c | 4 months ago | |
| initscr.c | 4 months ago | |
| inopts.c | 4 months ago | |
| insch.c | 4 months ago | |
| insstr.c | 4 months ago | |
| instr.c | 4 months ago | |
| kernel.c | 4 months ago | |
| keyname.c | 4 months ago | |
| mouse.c | 4 months ago | |
| move.c | 4 months ago | |
| outopts.c | 4 months ago | |
| overlay.c | 4 months ago | |
| pad.c | 4 months ago | |
| pairs.txt | 4 years ago | |
| panel.c | 4 months ago | |
| printw.c | 4 months ago | |
| refresh.c | 4 months ago | |
| scanw.c | 4 months ago | |
| scr_dump.c | 4 months ago | |
| scroll.c | 4 months ago | |
| slk.c | 4 months ago | |
| termattr.c | 4 months ago | |
| terminfo.c | 4 months ago | |
| touch.c | 4 months ago | |
| util.c | 3 months ago | |
| window.c | 4 months ago | |
README.md
PDCurses Portable Core
This directory contains core PDCurses source code files common to all platforms.
Building
These modules are built by the platform-specific makefiles, in the platform directories.
Distribution Status
The files in this directory are released to the Public Domain.
Acknowledgements
The panel library was originally provided by Warren Tucker wht@n4hgf.mt-park.ga.us