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
Age
Commit message (
Expand
)
Author
2020-07-14
Pull up following revision(s) (requested by uwe in ticket #1004):
martin
2020-07-07
Pull up following revision(s) (requested by uwe in ticket #987):
martin
2020-07-07
Pull up following revision(s) (requested by uwe in ticket #986):
martin
2019-07-28
typo
sevan
2019-07-28
__slk_set_finalise - fix length vs. width confusion
uwe
2019-07-28
__slk_set - fix calculating "len" for HAVE_WCHAR
uwe
2019-07-27
nit
sevan
2019-07-27
list the wide variant of functions.
sevan
2019-07-27
Put slk_color() undef #ifdef HAVE_WCHAR too.
uwe
2019-07-27
Put wide character functions under #ifdef HAVE_WCHAR
uwe
2019-07-25
#ifdef HAVE_WCHAR around enhanced curses stuff.
uwe
2019-06-30
Fix return for mvscanw to return ERR/OK instead of the number of
blymn
2019-06-11
Fix typo for unknown key keyname return.
blymn
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
Fix _cursesi_addwchar so that it performs line wrap. SUSv2 says
blymn
2019-05-12
Add more debug to _wnoutrefresh
blymn
2019-04-24
Add/improve debug output for some routines.
blymn
2019-04-01
printw: rework vw_printw so it uses open_memstream rather than funopen2
roy
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-03-28
winwrite - using addch() on individual bytes of e.g. UTF-8 encoding
uwe
2019-03-21
winwrite - deobfuscate a bit.
uwe
2019-03-14
Rename global variable "state" to "_cursesi_state".
rin
2019-02-24
Fix warn macro usage.
roy
2019-01-11
At some point we lost the text that explains the difference between
dholland
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-24
Grammar improvements.
wiz
2018-11-24
attron(), attroff() - don't take a shortcut.
uwe
2018-11-23
wattr_set - turn off all wide attributes (fix unedited copy/paste).
uwe
2018-11-23
Rename the reserved argument from "opt" to "opts" to match SUS text.
uwe
2018-11-23
Refactor. Move code to turn attributes on/off into separate
uwe
2018-11-22
Drop a few redundant casts of a variable to its own type.
uwe
2018-11-22
Move getattrs() and wcolor_set() so that they are with their peers and
uwe
2018-11-22
Drop HAVE_WCHAR ifdefs from code that is not even compiled with !HAVE_WCHAR.
uwe
2018-11-22
We need insstr.c for !HAVE_WCHAR too.
uwe
2018-11-20
Compare pointers to NULL, not to zero.
uwe
2018-11-20
Drop bogus cast.
uwe
2018-11-20
Don't hide assignments inside tests.
uwe
2018-11-20
Fix color pair handling. color_pair argument is a pair number.
uwe
2018-11-19
wbkgd - when updating window rendition for the new background character,
uwe
2018-11-19
Provide basic documentation on getcchar(3) and setcchar(3).
uwe
2018-11-18
wbkgrnd - do not duplicate code that's already in wbkgrndset()
uwe
2018-11-18
When we remove default color from attributes, just clear all __COLOR.
uwe
2018-11-18
Reorder "bkgrnd" functions to match the order of old "bkgd" functions.
uwe
2018-11-18
Don't fuse HAVE_WCHAR and (trivial) !HAVE_WCHAR bodies into single
uwe
2018-11-18
wbkgd - do not duplicate the code that's already in wbkgdset()
uwe
[next]