0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 16 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do a resize_term() only in NT-family OSes... this isn't entirely satisfactory. More... about 17 years ago
Mouse option -- Setting it to "No" turns off support for mouse input. Mainly this is to allow disabling of the mouse cursor; it also means you can select without holding shift in X11. More... about 17 years ago
Mouse option; include dos.h for Turbo C++ (not sure why this was missing). More... about 17 years ago
Need another library with MSVC now: advapi32.lib. More... about 17 years ago
Use ncurses mouse interface only (now that it works with PDCurses). More... about 17 years ago
Updates for 0.48. More... about 17 years ago
No real point keeping these in CVS. I think I'm abandoning the script update system... More... about 17 years ago
Updated version. More... about 17 years ago
These documents are crap. More... about 17 years ago
Drop support for Borland (Win32) and EMX. I don't think anyone builds it themselves anyway, except for Linux/Unix users. More... about 17 years ago
Simplified. More... about 17 years ago
A new version. More... about 17 years ago
A new year. More... about 17 years ago
Changes for PDCurses 3.0. More... about 17 years ago
Always use setlocale(). It's needed to make it usable in, e.g., the console under Ubuntu, and the date format is hardwired now anyway. Um, looks like I have some other uncommitted changes attached to this... a typo in the HISTORY file, meaningless Makefile changes, and I'm not sure what's going on in mysystem.cc (have to examine the ViewVC page). More... over 17 years ago
Removed platform dependencies for PDCurses mouse support. It now works (more or less) with OS/2. And DOS is coming... More... over 17 years ago
The symbol __PDCURSES__ is bad -- it violates reserved identifier rules. So use PDCURSES instead. More... over 17 years ago
These BOGUS_WARNINGs aren't needed even in gcc 3.3, much less 4.0. Older versions can just warn. More... almost 18 years ago
Removed a couple of BOGUS_WARNINGs. The others will be harder. More... almost 18 years ago
PDCURSKLUDG will no longer be needed (and will no longer work) with PDCurses 3.0. More... almost 18 years ago
Changed "install" to a double-colon rule to avoid conflict with INSTALL on non-case-sensitive filesystems, like Mac OS X's HFS+. After the same change in PDCurses. More... almost 18 years ago
announce.txt for 0.47. More... almost 18 years ago
Require PDCurses 2.8. More... about 18 years ago
Fixes for mouse operation with (recent?) XCurses. More... about 18 years ago
Lines for globally-installed PDCurses. (Should I change this to use xcurses-config?) More... about 18 years ago
-DXCURSES, -DHAVE_CONFIG no longer needed for XCurses; updated minimum PDC_BUILD number. More... about 18 years ago
start_color() (or rather, the lack of it) now works in PDCurses (CVS, 2.8+). More... about 18 years ago
Hardwire "<curses.h>", and use CURS_DIR instead. (This will suffice, with PDCurses 2.8.) More... about 18 years ago
Removed XCursesExit() call; updated requirements. More... about 18 years ago
Updated paths for PDCurses. More... about 18 years ago