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.
For some odd reason, the Microsoft Windows(R) API returns coordinates
in screen space for wheel events. You have to convert to client space,
then divide by font width/height, to get row/column values.
We used to do just that. But commit
|
1 month ago | |
|---|---|---|
| .. | ||
| README.md | 10 years ago | |
| addch.c | 5 months ago | |
| addchstr.c | 6 months ago | |
| addstr.c | 6 months ago | |
| attr.c | 6 months ago | |
| beep.c | 6 months ago | |
| bkgd.c | 6 months ago | |
| border.c | 6 months ago | |
| clear.c | 6 months ago | |
| color.c | 3 months ago | |
| debug.c | 6 months ago | |
| delch.c | 6 months ago | |
| deleteln.c | 6 months ago | |
| getch.c | 4 months ago | |
| getstr.c | 6 months ago | |
| getyx.c | 6 months ago | |
| inch.c | 6 months ago | |
| inchstr.c | 6 months ago | |
| initscr.c | 3 months ago | |
| inopts.c | 6 months ago | |
| insch.c | 6 months ago | |
| insstr.c | 6 months ago | |
| instr.c | 6 months ago | |
| kernel.c | 6 months ago | |
| keyname.c | 1 month ago | |
| mouse.c | 6 months ago | |
| move.c | 6 months ago | |
| outopts.c | 6 months ago | |
| overlay.c | 6 months ago | |
| pad.c | 6 months ago | |
| pairs.txt | 3 months ago | |
| panel.c | 6 months ago | |
| printw.c | 3 months ago | |
| refresh.c | 3 months ago | |
| scanw.c | 6 months ago | |
| scr_dump.c | 6 months ago | |
| scroll.c | 6 months ago | |
| slk.c | 6 months ago | |
| termattr.c | 6 months ago | |
| terminfo.c | 6 months ago | |
| touch.c | 6 months ago | |
| util.c | 3 months ago | |
| window.c | 6 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