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
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
2013-12-06
Make the touch family of calls actually force an update of the
blymn
2013-05-05
Add extra debugging when copying window contents.
jdc
2012-04-21
Fix build break if curses is built without wide char support
blymn
2011-10-03
Use tiparm instead of vtparm.
roy
2011-06-16
Correctly test for __ISDIRTY.
jdc
2010-02-08
Fix an off-by-one error.
roy
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2008-06-13
remove unnecessary casts.
yamt
2007-10-06
Make it build without HAVE_WCHAR
martin
2007-09-19
We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as they
jdc
2007-05-29
Fix compile errors on i386 by changing %ld to %zu.
veego
2007-05-29
Fix some compiler warnings.
blymn
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
2005-10-23
Don't read entry after end of array.
dsl
[next]