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
/
get_wch.c
Age
Commit message (
Expand
)
Author
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
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-11-22
Drop HAVE_WCHAR ifdefs from code that is not even compiled with !HAVE_WCHAR.
uwe
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
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
2012-06-29
* Size argument for memset when clearing cbuf was wrong, cbuf is an array
blymn
2010-12-16
Observe the following spelling:
wiz
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
2008-04-14
Make this compile when HAVE_WCHAR is not defined.
jdc
2007-12-08
Keep pushed-back characters locally. Fixes problems where KEY_* symbols
jdc
2007-11-18
We don't need to call __init_getch here, as it is called from
jdc
2007-05-29
Fix some compiler warnings.
blymn
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2007-01-21
Wide curses merge
blymn