summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses_pad.3
AgeCommit message (Collapse)Author
2017-01-05Implement ncurses is_pad(3).roy
Correct documentation about is_keypad(3).
2016-12-31Implement ncurses extensions is_leaveok and is_keypad.roy
The former allows the ncurses (and pdcurses) macros getsyx and setsyx to be implemented, which is needed by a surprising number of applications. The latter is needed for Python curses support so it doesn't have to dive into ncurses window structure.
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-12-23Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot.wiz
2002-12-23Document pad-related functions - newpad(), subpad(), prefresh() andjdc
pnoutrefresh().