summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2020-03-12curses: use perror rather than err in initscrroy
2020-03-12curses: normalise erase logic with clrtoeol and clrtobotroy
2020-03-12curses: note the change in initscr in our fine man page.roy
2020-03-11curses: Fix werase(3) wide character supportroy
2020-03-11curses: application should exit if initscr(3) failsroy
2020-02-240x%p --> %p for non-external codes.rin
2019-09-03curses: believe in unicornsroy
2019-09-03curses: Add __NetBSD_Curses_Version__roy
2019-09-02curses(3): add curses_version()roy
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