summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
AgeCommit message (Expand)Author
2021-09-06Always autogen fileio.h.rin
2021-06-27Fix SSP buildchristos
2020-03-23curses: Add stubs for mouse functionsroy
2019-09-03curses: believe in unicornsroy
2019-09-03curses: Add __NetBSD_Curses_Version__roy
2019-09-02curses(3): add curses_version()roy
2018-11-22We need insstr.c for !HAVE_WCHAR too.uwe
2018-11-19Provide basic documentation on getcchar(3) and setcchar(3).uwe
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-10-25Rename curses_insertch.3 to curses_insch.3 to match the function namesuwe
2018-06-10use SUBDIR.roff suggested by uwe@christos
2017-01-24Implement POSIX Curses Soft Label Key functions.roy
2017-01-11Move the ripoffline logic out of screen.c and into ripoffline.c.roy
2017-01-10Implement POSIX curses function ripoffline(3).roy
2017-01-05Implement ncurses is_pad(3).roy
2017-01-05Implement is_term_resized and resize_term(3) ncurses extensions.roy
2017-01-05Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.roy
2017-01-03Add missing man pages for wsyncup.3 and wcursyncup.3roy
2017-01-02Implement POSIX Curses functions immedok(3) and syncok(3).roy
2017-01-01Implement ncurses extension has_key.roy
2016-12-31Implement POSIX Curses typeahead function.roy
2016-12-31Implement POSIX curses use_env function.roy
2016-12-31Implement ncurses extensions is_leaveok and is_keypad.roy
2016-12-30Add the POSIX filter() function to libcurses.roy
2014-07-05Remove stray .if make(insatll).dholland
2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg
2014-05-21Add workaround for lib/48827 for vax to avoid segv in sysinst for nowabs
2012-04-21Fix buildroy
2012-04-21Add capfile(5) to describe the termcap format.roy
2011-10-04Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.roy
2011-04-04Add man page link for define_keyblymn
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-07-06Add support for the chgat(3) family. It is a useful extension fromjoerg
2009-04-06make fileio.h work with objdir.christos
2008-10-27s/AWK/TOOL_AWK/. Problem reported by Greg Oster.apb
2008-05-13Use WARNS=2, which just works.tsutsui
2008-04-27Use WARNS=1 rather than adding warning options to COPTS.tsutsui
2008-04-27Enable gcc optimization on m68000 (sun2) again with minimum hacks.tsutsui
2008-04-15Add getwin and putwin mlinks.jdc
2008-04-14Add new file IO functions.jdc
2008-02-09only use -Wuninitialized with -O>0.mrg
2007-05-29Change debug handling, now we write debug out iff CURSES_TRACE_FILEblymn
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2004-04-21Add missing mvin* and mvwin* manual pages.jdc
2004-03-28Changes to support *echochar().jdc
2004-03-23Add (missing) mvgetch() and mvwgetch() manual pages.jdc
2004-03-16s/can_change_colors/can_change_color/jdc
2003-10-18Link curses_cursor(3) to getmaxyx(3); from Steve Rumble in PR 23183.wiz
2003-06-20Add noqiflush() and qiflush()jdc