summaryrefslogtreecommitdiff
path: root/lib/libcurses/refresh.c
AgeCommit message (Expand)Author
2019-06-09Rework previous fix for getch cursor position when cursor is movedblymn
2019-05-20Back out incorrect fix for PR 53617 and fix it in a different way.blymn
2019-05-12Add more debug to _wnoutrefreshblymn
2019-04-24Add/improve debug output for some routines.blymn
2019-03-29Minor adjustment to prior to match putchroy
2019-03-29Use WCOL rather than wcwidth(3) as we should already know the widthroy
2019-01-06_wnoutrefresh - extend current position checks.uwe
2019-01-06_wnoutrefresh - fix current position checks for padsuwe
2019-01-06prefresh - fix current position calculationsuwe
2018-11-30curses: Fix inverted logic when drawing LR corner with auto marginsroy
2018-11-18Reindent a few lineeq() calls now that we can w/out exceeding 80uwe
2018-11-18Further tweak previous. Change the check order to be more logical.uwe
2018-11-18Merge one more #ifdef with mostly identical code in both branches.uwe
2018-11-18Merge another #ifdefs that now has identical code in both branchesuwe
2018-11-18Merge few #ifdefs that now have identical code in both branches.uwe
2018-11-18Define celleq() and lineeq() for !HAVE_WCHAR too and use them insteaduwe
2018-11-18Rename cellcmp() and linecmp() to celleq() and lineeq() respectivelyuwe
2018-11-18quickch - fix inverted checks.uwe
2018-11-18cellcmp - use logical && not bitwise &uwe
2018-10-29Fix operator precedence for !HAVE_WCHARuwe
2018-10-21curses: ensure attributes are correctly set for each characterroy
2018-10-10curses: test terminal capabilities for drawing in the bottom right cornerroy
2018-10-05curses: allow drawing the lowest right hand cell of the terminalroy
2017-03-20Make this compile again: use ce instead of clr_eol which gcc thinks mightchristos
2017-01-11Kill stray refs to __virtscr and _cursesi_screen missed in prior commit.roy
2017-01-11ripoffline requires wnoutrefresh to work before _cursesi_screen has beenroy
2017-01-10When doupdate is called, check for typeahead input after N lines changedroy
2017-01-10Test for __ISPASTEOL when moving the cursor and it hasn't moved.roy
2017-01-06KNF.roy
2017-01-06u_int -> unsigned int, u_int32_t -> uint32_t.roy
2016-12-31Implement POSIX Curses typeahead function.roy
2016-01-10Clear the "forced" flag after updating a line, otherwise we'll always dojdc
2014-02-20Correct the implementation of mvderwin, it now works as specified byblymn
2013-12-06Make the touch family of calls actually force an update of theblymn
2013-05-05Add extra debugging when copying window contents.jdc
2012-04-21Fix build break if curses is built without wide char supportblymn
2011-10-03Use tiparm instead of vtparm.roy
2011-06-16Correctly test for __ISDIRTY.jdc
2010-02-08Fix an off-by-one error.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2008-06-13remove unnecessary casts.yamt
2007-10-06Make it build without HAVE_WCHARmartin
2007-09-19We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as theyjdc
2007-05-29Fix compile errors on i386 by changing %ld to %zu.veego
2007-05-29Fix some compiler warnings.blymn
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
2005-10-23Don't read entry after end of array.dsl