4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mask out colors from 'attr' in wchgat(). After Bill Gray. https://github.com/Bill-Gray/PDCursesMod/issues/359 More... 7 months ago
Checking for WT_SESSION is unreliable; alternate method suggested by Vincent Fatica at https://github.com/microsoft/terminal/issues/7434 . To Do: This may affect ConEmu. Also, modern conhost supports italic. More... 9 months ago
8 colors for OS/2 full-screen. To Do: Hardware blinking? More... 11 months ago
Ad hoc test for windowed vs. full-screen VIO (OS/2) session, since they have slightly different capabilities (at least as of OS/2 4.52, running under VirtualBox). Also, VioGetMode() seems to always return all zeros, either way (again, maybe only in this version?), so consider removing it after more testing. More... 11 months ago
ACS_BLOCK is poorly supported (at least as a cell-filling block). So, instead, use inverse spaces for the basic color bar test where COLORS is at least 16, and a different fill character for 8-color terminals, where only A_BOLD is used to make bright colors. More... 11 months ago
Yes, it still works More... about 1 year ago
Close clipboard even if emptying fails. More... over 1 year ago
Clear the clipboard in the clipboard test. More... over 1 year ago
Open the clipboard before trying to empty it (and then close it). Problem reported by "ogregpt". More... over 1 year ago
Merge pull request #171 from fragglet/master More... over 1 year ago
x11: Fix broken `-c -o` test in configure script More... over 1 year ago
Missing parens. To Do: Redundant text More... over 1 year ago
Tables for USERS.md More... over 1 year ago
Man update More... over 1 year ago
More compatible table rendering More... over 1 year ago
Excess spacing; update MANUAL.md More... over 1 year ago
Moar tables More... over 1 year ago
Clarity More... over 1 year ago
Table markdown for "Portability" sections More... over 1 year ago
Align table More... over 1 year ago
Markdown block indentation More... over 1 year ago
Markdown tables More... over 1 year ago
After Bill Gray: "touchoverlap() un-touches parts of lines (Issue #149)" More... about 3 years ago
Redundant dereferences. More... about 3 years ago
Update ncurses_tests to 6.4 More... about 3 years ago
"subwin() made the subwindow one row/line too small when fed nlines=0 or ncols=0.", by B.G. More... about 3 years ago
"Fix text selection memory corruption with long codepoints", by juliusikkala. More... about 3 years ago
Unused now More... about 3 years ago
Fix for _override() in panel, after B.G. More... about 3 years ago
Absorb resize events in ptest, rather than advancing. After Bill Gray. (ERR check to compensate for unexpected behavior with macOS ncurses.) More... about 3 years ago