summaryrefslogtreecommitdiff
path: root/lib/libcurses/get_wch.c
AgeCommit message (Expand)Author
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2020-07-06Pads are not to be automatically refreshed on input.uwe
2019-06-09Rework previous fix for getch cursor position when cursor is movedblymn
2019-05-20Back out incorrect fix for PR 53617 and fix it in a different way.blymn
2019-03-14Rename global variable "state" to "_cursesi_state".rin
2018-11-22Drop HAVE_WCHAR ifdefs from code that is not even compiled with !HAVE_WCHAR.uwe
2018-09-28curses: resizeterm(3) should always send KEY_RESIZEroy
2018-09-27curses: call resizeterm if getch issues KEY_RESIZEroy
2018-09-27curses: unify resize handling in getchroy
2018-09-26Correct detecting of terminal resize in curses(3) with keypad(,TRUE)kamil
2018-09-18PR lib/53615rin
2017-01-31Move ESCDELAY to curses.c so all globals are close to each other.roy
2017-01-30If either set_escdelay(3) or set_tabsize(3) are called, set _reentrantroy
2017-01-06KNF.roy
2017-01-05Add 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 arrayblymn
2010-12-16Observe the following spelling:wiz
2009-11-04Read input from the correct FILE.dsl
2009-11-01Move calls to __restore_termios() into the failing path of the functionsdsl
2008-04-14Make this compile when HAVE_WCHAR is not defined.jdc
2007-12-08Keep pushed-back characters locally. Fixes problems where KEY_* symbolsjdc
2007-11-18We don't need to call __init_getch here, as it is called fromjdc
2007-05-29Fix some compiler warnings.blymn
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-01-21Wide curses mergeblymn