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
/
refresh.c
Age
Commit message (
Expand
)
Author
2023-06-24
Fix typo in comment.
msaitoh
2023-04-28
Don't set the clear_to_eol variable in doupdate to NULL, this was a
blymn
2022-12-05
Revert previous change, it is not correct.
blymn
2022-11-30
When performing a scroll, check the last line of the region is the same
blymn
2022-10-19
Fixes for lib/56926 amongst other things:
blymn
2022-05-03
* Don't redraw the background if the new background character is the
blymn
2022-04-19
fix for PR 55496
blymn
2022-04-13
Fix build (enabled only for MKDEBUG?)
pgoyette
2022-04-12
Fix compile breakage when wide char support is disabled.
blymn
2022-04-12
Make the default colour pair be pair 0 which appears to match other
blymn
2022-01-25
Correct (hopefully) the handling of wide characters.
blymn
2021-12-17
curses: spell "foreground" correctly in comments
uwe
2021-09-07
PR lib/56388
rin
2021-09-06
Style fixes most for __CTRACE().
rin
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2021-05-08
avoid accessing stack garbage.
mrg
2020-02-24
0x%p --> %p for non-external codes.
rin
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-05-12
Add more debug to _wnoutrefresh
blymn
2019-04-24
Add/improve debug output for some routines.
blymn
2019-03-29
Minor adjustment to prior to match putch
roy
2019-03-29
Use WCOL rather than wcwidth(3) as we should already know the width
roy
2019-01-06
_wnoutrefresh - extend current position checks.
uwe
2019-01-06
_wnoutrefresh - fix current position checks for pads
uwe
2019-01-06
prefresh - fix current position calculations
uwe
2018-11-30
curses: Fix inverted logic when drawing LR corner with auto margins
roy
2018-11-18
Reindent a few lineeq() calls now that we can w/out exceeding 80
uwe
2018-11-18
Further tweak previous. Change the check order to be more logical.
uwe
2018-11-18
Merge one more #ifdef with mostly identical code in both branches.
uwe
2018-11-18
Merge another #ifdefs that now has identical code in both branches
uwe
2018-11-18
Merge few #ifdefs that now have identical code in both branches.
uwe
2018-11-18
Define celleq() and lineeq() for !HAVE_WCHAR too and use them instead
uwe
2018-11-18
Rename cellcmp() and linecmp() to celleq() and lineeq() respectively
uwe
2018-11-18
quickch - fix inverted checks.
uwe
2018-11-18
cellcmp - use logical && not bitwise &
uwe
2018-10-29
Fix operator precedence for !HAVE_WCHAR
uwe
2018-10-21
curses: ensure attributes are correctly set for each character
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
2017-03-20
Make this compile again: use ce instead of clr_eol which gcc thinks might
christos
2017-01-11
Kill stray refs to __virtscr and _cursesi_screen missed in prior commit.
roy
2017-01-11
ripoffline requires wnoutrefresh to work before _cursesi_screen has been
roy
2017-01-10
When doupdate is called, check for typeahead input after N lines changed
roy
2017-01-10
Test for __ISPASTEOL when moving the cursor and it hasn't moved.
roy
2017-01-06
KNF.
roy
2017-01-06
u_int -> unsigned int, u_int32_t -> uint32_t.
roy
2016-12-31
Implement POSIX Curses typeahead function.
roy
2016-01-10
Clear the "forced" flag after updating a line, otherwise we'll always do
jdc
2014-02-20
Correct the implementation of mvderwin, it now works as specified by
blymn
[next]