index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
getch.c
Age
Commit message (
Expand
)
Author
2021-10-19
Fix for PR pkg/55931
blymn
2021-09-06
Style fixes most for __CTRACE().
rin
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2020-07-06
Pads are not to be automatically refreshed on input.
uwe
2020-05-14
KNF nit.
simonb
2019-06-09
Rework previous fix for getch cursor position when cursor is moved
blymn
2019-05-20
Back out incorrect fix for PR 53617 and fix it in a different way.
blymn
2019-03-14
Rename global variable "state" to "_cursesi_state".
rin
2018-09-28
curses: resizeterm(3) should always send KEY_RESIZE
roy
2018-09-27
curses: call resizeterm if getch issues KEY_RESIZE
roy
2018-09-27
curses: unify resize handling in getch
roy
2018-09-26
Correct detecting of terminal resize in curses(3) with keypad(,TRUE)
kamil
2018-09-18
PR lib/53615
rin
2017-01-31
Move ESCDELAY to curses.c so all globals are close to each other.
roy
2017-01-30
Check _cursesi_term is set in a few places and sprinkle some static.
roy
2017-01-30
If either set_escdelay(3) or set_tabsize(3) are called, set _reentrant
roy
2017-01-06
KNF.
roy
2017-01-05
Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
roy
2017-01-01
Implement ncurses extension has_key.
roy
2012-04-21
Add capfile(5) to describe the termcap format.
roy
2011-04-21
Fix deleting a key definition, it did not work. Also improve tracing
blymn
2010-12-07
Since limit and l are both unsigned, comparing to 0 doesn't work, so compare
joerg
2010-11-05
Don't echo key symbols.
blymn
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-11-04
Read input from the correct FILE.
dsl
2009-11-01
Move calls to __restore_termios() into the failing path of the functions
dsl
2009-02-09
Fix bug where a single ESC was not recognised when in keypad() mode.
jdc
2008-04-14
Add extra debugging information.
jdc
2007-12-08
Keep pushed-back characters locally. Fixes problems where KEY_* symbols
jdc
2007-08-28
Fix a crash caused by having a single NULL character as a string capability.
blymn
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2007-01-21
Add debug "areas" that allow selective debugging by setting the
jdc
2006-07-25
PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.
christos
2006-03-19
Coverity CID 1246: Don't allow getc == -1 to propagate as an array index.
christos
2004-03-22
Add KEY_RESIZE support and a SIGWINCH handler.
jdc
2004-03-16
Minor style change.
jdc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-08
Add ESCDELAY variable to control the inter-key delay in escape sequences.
jdc
2003-04-05
Keep the cr->nl translation state in a separate variable, so that we can
jdc
2003-02-17
Fix resize of windows with subwins.
dsl
2002-12-23
Increase default delay when assembling key sequences. This seems to
jdc
2002-10-22
Added the ncurses extensions define_key and keyok.
blymn
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2001-11-01
Remove bogus call to free(3) which caused several warning messages in
tron
2001-01-10
Fixed casting bug in array indexing, a signed char was being sign
blymn
2000-09-23
do not call wrefresh() uncondintionally from wgetch(). call it only
itojun
2000-07-31
free region got from t_getstr(). we will experience memory leak if
itojun
2000-07-31
fix 8bit cleanness of getch() and wgetch(). never use char variable against
itojun
2000-05-25
Send 'ks' sequence from first call to keypad(win, TRUE) only and not from
jdc
[next]