summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2018-11-19Provide basic documentation on getcchar(3) and setcchar(3).uwe
2018-11-18wbkgrnd - do not duplicate code that's already in wbkgrndset()uwe
2018-11-18When we remove default color from attributes, just clear all __COLOR.uwe
2018-11-18Reorder "bkgrnd" functions to match the order of old "bkgd" functions.uwe
2018-11-18Don't fuse HAVE_WCHAR and (trivial) !HAVE_WCHAR bodies into singleuwe
2018-11-18wbkgd - do not duplicate the code that's already in wbkgdset()uwe
2018-11-18Fix comments on bkgdset() and friends to match reality.uwe
2018-11-18Don't mix private and public names for the same thing in one statement.uwe
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-18Oops, revert previous. Wrong tree.uwe
2018-11-18Comment out LIBDPLIBS so that this can be built outside of the tree.uwe
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-11-16Fix for PR lib/52063blymn
2018-11-15_cursesi_addbyte - fix function comment after what looks like anuwe
2018-11-02Remove obsolete clauses from copyright block. Original copyright wasblymn
2018-10-29Add comma in enumeration.wiz
2018-10-29Fix indentation.uwe
2018-10-29waddch - instead of enclosing every statement in #ifdef HAVE_WCHARuwe
2018-10-29Fix operator precedence for !HAVE_WCHARuwe
2018-10-29__CTRACE - don't call gettimeofday() twice.uwe
2018-10-29Make __CTRACE_init() static and ANSIfy its definition.uwe
2018-10-26Ignore terminfo padding specifications when checking whetheruwe
2018-10-25Oops, update name in .Dt, bump date.uwe
2018-10-25Rename curses_insertch.3 to curses_insch.3 to match the function namesuwe
2018-10-21curses: ensure attributes are correctly set for each characterroy
2018-10-18curses: don't optimize stdout buffer for non BSD platformsroy
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
2018-10-04curses: once __slk_init is called, reset slk_fmtroy
2018-10-04curses: declare SLK format as invalid until slk_init(3) calledroy
2018-10-03curses: resize ripped off windowsroy
2018-10-02curses: fix ripofflineroy
2018-09-30curses.h: Fix typo in a comment of the word 'handling'kamil
2018-09-30Fix addchnstr() macro in curses.hkamil
2018-09-29Fix the documented function prototype of slk_attr_set(3)kamil
2018-09-29Fix function prototypes in curses_underscore.3kamil
2018-09-29Correct function prototypes in curses_background(3)kamil
2018-09-28curses: resizeterm(3) should always send KEY_RESIZEroy
2018-09-28Fix typos in curses_screen.3kamil
2018-09-27curses: call resizeterm if getch issues KEY_RESIZEroy
2018-09-27curses: unify resize handling in getchroy
2018-09-26According to POSIX moving the cursor in curses(3) touches the windowkamil
2018-09-26Correct detecting of terminal resize in curses(3) with keypad(,TRUE)kamil