summaryrefslogtreecommitdiff
path: root/lib/libcurses/resize.c
AgeCommit message (Expand)Author
2017-01-24Implement POSIX Curses Soft Label Key functions.roy
2017-01-11Move the ripoffline logic out of screen.c and into ripoffline.c.roy
2017-01-10Fix resizing terms.roy
2017-01-10Implement POSIX curses function ripoffline(3).roy
2017-01-06KNF.roy
2017-01-05Implement is_term_resized and resize_term(3) ncurses extensions.roy
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2008-04-29Revert the scrolling region change from revision 1.18, as this breaks (atjdc
2008-04-14Remove unused code.jdc
2007-11-08Make sure we don't shrink windows or sub-windows so that they end upjdc
2007-10-25Only resize curscr, __virtscr and stdscr when the screen is resized.jdc
2007-08-27Fix resizing bug where the values of LINES and/or COLS changed while wejdc
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-01-21Add debug "areas" that allow selective debugging by setting thejdc
2006-01-15Background characters and attributes don't need to be kept per characterjdc
2004-04-29PR/25397: David A. Holland: bug in second loop of resizetermchristos
2004-03-16gcc -Wuninitializedjdc
2003-07-30Use _cursesi_screen->winlistp (depracating __winlist)dsl
2003-06-26Stop refresh(subwin) doing refresh on the other subwin's created before it.dsl
2003-02-17Fix resize of windows with subwins.dsl
2003-02-10resize subwindows when a window is resized, otherwise the subwin hasdsl
2002-12-23Only reset flags if the "window" is not a pad.jdc
2002-10-22Fix lint nits mainly with the len parameter type in hash_more.blymn
2002-07-19* Added new function idcok - this closes PR 10802blymn
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-09-20Add code to allow resizing of windows and the underlying terminal.blymn