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
/
resize.c
Age
Commit message (
Expand
)
Author
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
Fix resizing terms.
roy
2017-01-10
Implement POSIX curses function ripoffline(3).
roy
2017-01-06
KNF.
roy
2017-01-05
Implement is_term_resized and resize_term(3) ncurses extensions.
roy
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2008-04-29
Revert the scrolling region change from revision 1.18, as this breaks (at
jdc
2008-04-14
Remove unused code.
jdc
2007-11-08
Make sure we don't shrink windows or sub-windows so that they end up
jdc
2007-10-25
Only resize curscr, __virtscr and stdscr when the screen is resized.
jdc
2007-08-27
Fix resizing bug where the values of LINES and/or COLS changed while we
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-04-29
PR/25397: David A. Holland: bug in second loop of resizeterm
christos
2004-03-16
gcc -Wuninitialized
jdc
2003-07-30
Use _cursesi_screen->winlistp (depracating __winlist)
dsl
2003-06-26
Stop refresh(subwin) doing refresh on the other subwin's created before it.
dsl
2003-02-17
Fix resize of windows with subwins.
dsl
2003-02-10
resize subwindows when a window is resized, otherwise the subwin has
dsl
2002-12-23
Only reset flags if the "window" is not a pad.
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-09-20
Add code to allow resizing of windows and the underlying terminal.
blymn