History log of /src/lib/libcurses/curses_input.3 |
Revision | | Date | Author | Comments |
1.33 |
| 11-Apr-2025 |
uwe | curses: use .Va stdscr in manpages
|
1.32 |
| 14-May-2024 |
uwe | branches: 1.32.2; curses_input(3): bump date for define_key() change
|
1.31 |
| 14-May-2024 |
uwe | curse: constify define_key() argument
define_key() is ncurses extension and ncurses defines its first argument as "const char *". Follow suit.
PR lib/58254
|
1.30 |
| 21-May-2022 |
uwe | curses_input.3: wtimeout() returns void too
|
1.29 |
| 21-May-2022 |
charlotte | curses_input.3: timeout() actually returns void
|
1.28 |
| 16-May-2022 |
rillig | curses_input.3: fix argument type for keypad, notimeout, nodelay
There is no type named 'boolf', there's only 'bool'.
|
1.27 |
| 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.26 |
| 08-Jan-2017 |
wiz | Whitespace fix, bump date for previous.
|
1.25 |
| 05-Jan-2017 |
roy | Implement ncurses is_pad(3). Correct documentation about is_keypad(3).
|
1.24 |
| 05-Jan-2017 |
roy | Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
|
1.23 |
| 01-Jan-2017 |
roy | Implement ncurses extension has_key.
|
1.22 |
| 21-Apr-2012 |
roy | branches: 1.22.14; Add capfile(5) to describe the termcap format. Adjust various man pages and other documentation to point to capfile(5) instead of termcap(5). Remove getcap(3) as curses hasn't been building it for a long time. Punt wrterm.c as tset no longer uses it.
|
1.21 |
| 06-Aug-2010 |
dholland | branches: 1.21.6; avoid writing in parseltongue
|
1.20 |
| 29-Jul-2006 |
wiz | Bump date for previous.
|
1.19 |
| 25-Jul-2006 |
christos | PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.
|
1.18 |
| 13-Dec-2004 |
yamt | fix mvgetch prototype.
|
1.17 |
| 26-Mar-2004 |
wiz | branches: 1.17.4; Add comma in enumerations, grammar fix, and replace & with \*[Am] for html output.
|
1.16 |
| 23-Mar-2004 |
jdc | Clarify the getch() family return values. Add (missing) mvgetch() and mvwgetch().
|
1.15 |
| 22-Mar-2004 |
jdc | Add KEY_RESIZE support and a SIGWINCH handler. Fixes PR bin/20032. This requires a change to KEY_MAX, which affects libform and libmenu, so we need to change libcurses major number.
|
1.14 |
| 16-Mar-2004 |
snj | Spelling fix.
|
1.13 |
| 18-Oct-2003 |
wiz | mvgetstr and mvwgetstr do not have a limit argument; from Steve Rumble in PR 23183.
|
1.12 |
| 20-Jun-2003 |
jdc | Add keyname(). Fixes PR lib/20033. Allow SMALL to be defined, to reduce the size of the library.
|
1.11 |
| 16-Apr-2003 |
wiz | Use .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.
|
1.10 |
| 11-Apr-2003 |
jdc | Add spacing around variable definitions. From a discussion with Thomas Klausner.
|
1.9 |
| 08-Apr-2003 |
wiz | Better mdoc; add a missing 'is'.
|
1.8 |
| 08-Apr-2003 |
jdc | Add ESCDELAY variable to control the inter-key delay in escape sequences. Fixes PR 20031 by Thomas Klausner.
|
1.7 |
| 14-Feb-2003 |
grant | 'NetBSD.org' and some mdoc fixes.
|
1.6 |
| 22-Oct-2002 |
wiz | Whitespace cleanup.
|
1.5 |
| 22-Oct-2002 |
blymn | Added the ncurses extensions define_key and keyok.
|
1.4 |
| 21-Oct-2002 |
wiz | Use \-1 instead of -1.
|
1.3 |
| 21-Oct-2002 |
wiz | Punctuation fixes.
|
1.2 |
| 21-Oct-2002 |
wiz | Drop trailing whitespace.
|
1.1 |
| 21-Oct-2002 |
blymn | Added separate man pages for curses functions to provide better documentation of the curses functions.
|
1.17.4.1 |
| 24-Jul-2005 |
snj | Apply patch (requested by riz in ticket #5516): Sync libcurses with HEAD of 2005-07-22.
|
1.21.6.1 |
| 23-May-2012 |
yamt | sync with head.
|
1.22.14.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.22.14.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.32.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|