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
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
2018-11-18
Fix comments on bkgdset() and friends to match reality.
uwe
2018-11-18
Don't mix private and public names for the same thing in one statement.
uwe
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
Oops, revert previous. Wrong tree.
uwe
2018-11-18
Comment out LIBDPLIBS so that this can be built outside of the tree.
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-11-16
Fix for PR lib/52063
blymn
2018-11-15
_cursesi_addbyte - fix function comment after what looks like an
uwe
2018-11-02
Remove obsolete clauses from copyright block. Original copyright was
blymn
2018-10-29
Add comma in enumeration.
wiz
2018-10-29
Fix indentation.
uwe
2018-10-29
waddch - instead of enclosing every statement in #ifdef HAVE_WCHAR
uwe
2018-10-29
Fix operator precedence for !HAVE_WCHAR
uwe
2018-10-29
__CTRACE - don't call gettimeofday() twice.
uwe
2018-10-29
Make __CTRACE_init() static and ANSIfy its definition.
uwe
2018-10-26
Ignore terminfo padding specifications when checking whether
uwe
2018-10-25
Oops, update name in .Dt, bump date.
uwe
2018-10-25
Rename curses_insertch.3 to curses_insch.3 to match the function names
uwe
2018-10-21
curses: ensure attributes are correctly set for each character
roy
2018-10-18
curses: don't optimize stdout buffer for non BSD platforms
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
2018-10-04
curses: once __slk_init is called, reset slk_fmt
roy
2018-10-04
curses: declare SLK format as invalid until slk_init(3) called
roy
2018-10-03
curses: resize ripped off windows
roy
2018-10-02
curses: fix ripoffline
roy
2018-09-30
curses.h: Fix typo in a comment of the word 'handling'
kamil
2018-09-30
Fix addchnstr() macro in curses.h
kamil
2018-09-29
Fix the documented function prototype of slk_attr_set(3)
kamil
2018-09-29
Fix function prototypes in curses_underscore.3
kamil
2018-09-29
Correct function prototypes in curses_background(3)
kamil
2018-09-28
curses: resizeterm(3) should always send KEY_RESIZE
roy
2018-09-28
Fix typos in curses_screen.3
kamil
2018-09-27
curses: call resizeterm if getch issues KEY_RESIZE
roy
2018-09-27
curses: unify resize handling in getch
roy
2018-09-26
According to POSIX moving the cursor in curses(3) touches the window
kamil
2018-09-26
Correct detecting of terminal resize in curses(3) with keypad(,TRUE)
kamil
[prev]
[next]