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
/
tstp.c
Age
Commit message (
Expand
)
Author
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2018-10-18
curses: don't optimize stdout buffer for non BSD platforms
roy
2018-09-18
PR lib/53615
rin
2017-01-06
KNF.
roy
2016-11-24
don't coredump if we call endwin when initscr fails.
christos
2013-10-15
Instead of turning off the 8th bit on resume, turn it on, as it is on by
christos
2011-08-29
Fix for systems that don't have TCSASOFT as intended originally. Simplify.
christos
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2007-08-27
Fix resizing bug where the values of LINES and/or COLS changed while we
jdc
2007-01-21
Add debug "areas" that allow selective debugging by setting the
jdc
2006-08-25
Handle cases where the application installs a SIGWINCH handler after the
jdc
2006-08-23
Add some more debugging information.
jdc
2004-03-25
Change TSTP handler back to using signal().
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-10
Stop def_prog_mode() saving incorrect termio settings.
dsl
2003-05-28
Don't restartwin() if it isn't stopped.
dsl
2003-05-18
Don't do __stopwin() if it is already stopped.
dsl
2002-08-04
Reset cursor visibility after restarting the screen, as the cursor visibility
jdc
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-01-14
There was a missing check for curscr != NULL, fixed.
blymn
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-06-15
Move setting of __endwin so that we also change it from the stop handler.
jdc
2000-05-22
Use __restartwin() in reset_prog_mode() and __stopwin() in
jdc
2000-05-17
Send, if necessary, 'ks' or 'ke' sequences from keypad() and wgetch().
jdc
2000-04-27
Use __unsetattr() to unset attributes on 'curscr'.
jdc
2000-04-24
* Added rcs id line to files missing it.
blymn
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-12
Replace __TERMATTR with __ATTRIBUTES (includes colour).
jdc
2000-04-11
Made data structures opaque
blymn
1999-04-13
Upgrades the standard NetBSD curses library to provide some
mrg
1998-01-30
merge with lite-2
perry
1997-11-13
Changes to make endwin() act like a SIGSTP in terms of nicely restarting
phil
1997-09-12
Make endwin() save state so a subsequent call to wrefresh restores curses
phil
1997-07-22
RCSid police, fix warnings
mikel
1994-08-17
clean up import
cgd
1994-01-24
changes from branch
cgd
1993-11-09
repeat after me: "I hate rcs ids"
cgd
1993-11-09
update to new version from berkeley. doesn't compile yet, nor
cgd
1993-08-10
Actually use the signal number we're passed.
mycroft
1993-08-07
New version from uunet.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd