summaryrefslogtreecommitdiff
path: root/lib/libcurses/refresh.c
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-04-28Don't set the clear_to_eol variable in doupdate to NULL, this was ablymn
2022-12-05Revert previous change, it is not correct.blymn
2022-11-30When performing a scroll, check the last line of the region is the sameblymn
2022-10-19Fixes for lib/56926 amongst other things:blymn
2022-05-03 * Don't redraw the background if the new background character is theblymn
2022-04-19fix for PR 55496blymn
2022-04-13Fix build (enabled only for MKDEBUG?)pgoyette
2022-04-12Fix compile breakage when wide char support is disabled.blymn
2022-04-12Make the default colour pair be pair 0 which appears to match otherblymn
2022-01-25Correct (hopefully) the handling of wide characters.blymn
2021-12-17curses: spell "foreground" correctly in commentsuwe
2021-09-07PR lib/56388rin
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2021-05-08avoid accessing stack garbage.mrg
2020-02-240x%p --> %p for non-external codes.rin
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