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
/
tty.c
Age
Commit message (
Expand
)
Author
2018-11-16
Fix for PR lib/52063
blymn
2018-10-18
curses: don't optimize stdout buffer for non BSD platforms
roy
2017-01-06
KNF.
roy
2016-12-31
Implement POSIX Curses typeahead function.
roy
2016-12-12
fix placement of lint comment
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-11-01
Move calls to __restore_termios() into the failing path of the functions
dsl
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
Add some more debugging information.
jdc
2006-07-25
PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.
christos
2004-01-20
Add function descriptions. From Douwe Kiela.
wiz
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-30
Adjust layut to put ?: clause on a single line
dsl
2003-06-20
Add noqiflush() and qiflush()
jdc
2003-04-05
Keep the cr->nl translation state in a separate variable, so that we can
jdc
2003-01-09
Let's call it 'duration' instead of 'timeout' so that the compiler is happy.
atatat
2003-01-09
Added halfdelay() function.
blymn
2002-06-26
handle non-tty cases more gracefully.
itojun
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-31
fix __startwin() so it outputs the init strings to the correct device.
blymn
2001-12-02
lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurses
christos
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-06-16
Really fix the __endwin/stop handler problem.
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-05-01
* Made erasechar and killchar into functions
blymn
2000-04-27
No, really, make sure ECHO is cleared in cbreak() mode too.
mycroft
2000-04-27
Don't fiddle with the tty echo state in echo() and noecho(); it should always
mycroft
2000-04-17
Multiple fixes:
blymn
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-12
Add intrflush().
jdc
2000-04-11
Made data structures opaque
blymn
1999-06-28
Get rid of the evil trailing spaces and tabs.
simonb
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-08-14
Fix return value from endwin().
mycroft
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-07
New files.
mycroft