summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
AgeCommit message (Expand)Author
2021-02-13curses.h: proofread, indent a bit more consistentlyrillig
2020-03-23curses: Add stubs for mouse functionsroy
2020-03-13curses: wrap the erase logic in a macroroy
2020-03-12curses: normalise erase logic with clrtoeol and clrtobotroy
2019-09-03curses: believe in unicornsroy
2019-09-03curses: Add __NetBSD_Curses_Version__roy
2019-09-02curses(3): add curses_version()roy
2018-09-30curses.h: Fix typo in a comment of the word 'handling'kamil
2018-09-30Fix addchnstr() macro in curses.hkamil
2017-01-24Implement POSIX Curses Soft Label Key functions.roy
2017-01-10Implement POSIX curses function ripoffline(3).roy
2017-01-06u_int -> unsigned int, u_int32_t -> uint32_t.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-04White space policeroy
2017-01-04Allow C++ to link with all curses parts.roy
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
2015-06-08mvgetnstr should have a length argument as the name implies.joerg
2013-10-16Add TABSIZE, which is derived from terminfo init_tabs.roy
2013-10-16Define WA_NORMALroy
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-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-12-16Observe the following spelling:wiz
2010-02-23misc fixes and improvements:drochner
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2009-07-07Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Followjoerg
2009-07-07Use __printflike/__scanflike.joerg
2009-07-06Add support for the chgat(3) family. It is a useful extension fromjoerg
2009-04-01Make keypad return an int instead of nothing, as the SUS and evencube
2008-04-14Add new file IO functions.jdc
2008-03-24Don't define HAVE_WCHAR if DISABLE_WCHAR is defined.jdc
2008-03-21Add termattrs() and term_attrs().jdc
2007-07-11Add additional line drawing and characters.jdc
2007-07-01Do not typedef bool as char, just include stdbool.h. Fixes a buildxtraeme
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2005-08-09Deal with modern c++ casts.christos
2004-03-28Changes to support *echochar().jdc
2004-03-23Change the values of ERR and OK.jdc
2004-03-22Because we are changing the libcurses major number, remove can_change_colors()jdc
2004-03-16s/colour/color/. From Douwe Keila.jdc
2004-02-14Fix the non working unctrl mess:christos
2003-12-23Avoid array type is char warning.christos