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
/
newwin.c
Age
Commit message (
Expand
)
Author
2021-10-19
Add a bit more debug.
blymn
2021-09-07
PR lib/56388
rin
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2021-06-01
Fix initial line hash calculation for subwindows
mcf
2021-05-15
__newwin - fix BGWCOL initialization.
uwe
2020-07-14
newwin - fix crash with negative ncols.
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-04-01
printw: rework vw_printw so it uses open_memstream rather than funopen2
roy
2018-10-10
curses: test terminal capabilities for drawing in the bottom right corner
roy
2018-10-05
curses: allow drawing the lowest right hand cell of the terminal
roy
2018-10-02
curses: fix ripoffline
roy
2017-09-18
Allow a subwindow to contain another subwindow.
roy
2017-01-06
KNF.
roy
2017-01-05
Implement ncurses is_pad(3).
roy
2016-10-23
It is expensive to open and close files for every printf, keep it around.
christos
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2008-04-14
Make __subwin() static.
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-01-15
Background characters and attributes don't need to be kept per character
jdc
2004-03-28
Changes to support *echochar().
jdc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-01
Remove unused extern for __winlistp.
dsl
2003-07-30
Remove __winlistp, add *screen to WINDOW and initialise in newwin().
dsl
2003-07-05
New sub-windows should not be marked as pads.
jdc
2003-06-26
Error attempts at nested subwindows, the data structures don't support them.
dsl
2003-06-09
Mark all lines on new pads as dirty. This ensures that we draw blank
jdc
2003-04-08
Make sure that windows are not off the left or top edges of the screen.
jdc
2003-02-17
Fix resize of windows with subwins.
dsl
2002-12-23
Add newpad() and subpad().
jdc
2002-12-05
Mark lines on new windows unchanged.
jdc
2002-11-25
Set default colour on windows created after a call to start_color().
jdc
2002-10-22
Fix lint nits mainly with the len parameter type in hash_more.
blymn
2002-07-19
* Added new function idcok - this closes PR 10802
blymn
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-11
* Remove termcap globals from public interface
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2001-05-17
Set scrolling region top correctly.
jdc
2001-04-20
Implement scrolling regions :
jdc
2001-01-05
remove redundant declarations.
christos
2000-04-20
* Added new function dupwin.
blymn
2000-04-18
Set background character and attributes for added characters.
jdc
2000-04-18
More multiple changes:
blymn
2000-04-17
Multiple fixes:
blymn
2000-04-16
Make subwindows scroll correctly.
mycroft
2000-04-15
Initialise window delay for all new windows (including sub-windows).
jdc
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-14
Add a list of windows (used when a colour pair changes).
jdc
2000-04-12
Add background character/attributes.
jdc
[next]