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
/
screen.c
Age
Commit message (
Expand
)
Author
2018-11-16
Fix for PR lib/52063
blymn
2018-10-02
curses: fix ripoffline
roy
2017-03-20
Put back filter(3) I mistakenly removed in r1.29
roy
2017-02-17
Disable typeahead being set to infd by default as this seems to cause
roy
2017-01-31
Move ESCDELAY to curses.c so all globals are close to each other.
roy
2017-01-24
Implement POSIX Curses Soft Label Key functions.
roy
2017-01-11
Move the ripoffline logic out of screen.c and into ripoffline.c.
roy
2017-01-10
Implement POSIX curses function ripoffline(3).
roy
2017-01-06
KNF.
roy
2016-12-31
Implement POSIX Curses typeahead function.
roy
2016-12-30
Add the POSIX filter() function to libcurses.
roy
2015-11-26
fix memory leaks (from Rin Okuyama)
christos
2010-06-10
After consultation with jdc@, apply the patch from PR 42412 even though
dholland
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2007-12-08
Keep pushed-back characters locally. Fixes problems where KEY_* symbols
jdc
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-08-23
When deleting windows and screens, also set to NULL the standard names
jdc
2004-03-23
We should check against NULL here.
jdc
2004-03-22
Add KEY_RESIZE support and a SIGWINCH handler.
jdc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-30
Remove __winlistp, add *screen to WINDOW and initialise in newwin().
dsl
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
2003-02-02
I was slightly too agressive removing clearok() in revision 1.8.
jdc
2003-01-27
ARemove (no longer used) __nca.
jdc
2003-01-09
Added halfdelay() function.
blymn
2002-12-23
Handle function argument changes to __newwin().
jdc
2002-08-04
Set the curses default colours to white on black when using colour.
jdc
2002-06-26
handle non-tty cases more gracefully.
itojun
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-31
* Fixed uninitialiased variable problem in newterm
blymn
2001-12-30
Make newterm set the default screen if the old default screen was
blymn
2001-12-27
Fix newterm so it syncs curscr to stdscr when term is created. Thanks
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn