summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2020-07-14Pull up following revision(s) (requested by uwe in ticket #1004):martin
2020-07-07Pull up following revision(s) (requested by uwe in ticket #987):martin
2020-07-07Pull up following revision(s) (requested by uwe in ticket #986):martin
2019-07-28typosevan
2019-07-28__slk_set_finalise - fix length vs. width confusionuwe
2019-07-28__slk_set - fix calculating "len" for HAVE_WCHARuwe
2019-07-27nitsevan
2019-07-27list the wide variant of functions.sevan
2019-07-27Put slk_color() undef #ifdef HAVE_WCHAR too.uwe
2019-07-27Put wide character functions under #ifdef HAVE_WCHARuwe
2019-07-25#ifdef HAVE_WCHAR around enhanced curses stuff.uwe
2019-06-30Fix return for mvscanw to return ERR/OK instead of the number ofblymn
2019-06-11Fix typo for unknown key keyname return.blymn
2019-06-09Rework previous fix for getch cursor position when cursor is movedblymn
2019-05-20Back out incorrect fix for PR 53617 and fix it in a different way.blymn
2019-05-12Fix _cursesi_addwchar so that it performs line wrap. SUSv2 saysblymn
2019-05-12Add more debug to _wnoutrefreshblymn
2019-04-24Add/improve debug output for some routines.blymn
2019-04-01printw: rework vw_printw so it uses open_memstream rather than funopen2roy
2019-03-29Minor adjustment to prior to match putchroy
2019-03-29Use WCOL rather than wcwidth(3) as we should already know the widthroy
2019-03-28winwrite - using addch() on individual bytes of e.g. UTF-8 encodinguwe
2019-03-21winwrite - deobfuscate a bit.uwe
2019-03-14Rename global variable "state" to "_cursesi_state".rin
2019-02-24Fix warn macro usage.roy
2019-01-11At some point we lost the text that explains the difference betweendholland
2019-01-06_wnoutrefresh - extend current position checks.uwe
2019-01-06_wnoutrefresh - fix current position checks for padsuwe
2019-01-06prefresh - fix current position calculationsuwe
2018-11-30curses: Fix inverted logic when drawing LR corner with auto marginsroy
2018-11-24Grammar improvements.wiz
2018-11-24attron(), attroff() - don't take a shortcut.uwe
2018-11-23wattr_set - turn off all wide attributes (fix unedited copy/paste).uwe
2018-11-23Rename the reserved argument from "opt" to "opts" to match SUS text.uwe
2018-11-23Refactor. Move code to turn attributes on/off into separateuwe
2018-11-22Drop a few redundant casts of a variable to its own type.uwe
2018-11-22Move getattrs() and wcolor_set() so that they are with their peers anduwe
2018-11-22Drop HAVE_WCHAR ifdefs from code that is not even compiled with !HAVE_WCHAR.uwe
2018-11-22We need insstr.c for !HAVE_WCHAR too.uwe
2018-11-20Compare pointers to NULL, not to zero.uwe
2018-11-20Drop bogus cast.uwe
2018-11-20Don't hide assignments inside tests.uwe
2018-11-20Fix color pair handling. color_pair argument is a pair number.uwe
2018-11-19wbkgd - when updating window rendition for the new background character,uwe
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