summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/widechar/lib_box_set.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable wide character support in ncurses. It is built into libcurses,nicm2010-09-061-0/+115
libform, libmenu, libpanel and each library is also linked to a corresponding "w" version. This is a major bump for all four libraries. Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing. ok naddy krw deraadt