summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
AgeCommit message (Expand)Author
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
2003-12-04Make nodelay() return an int.jdc
2003-10-05Add redrawwin() and wredrawln().jdc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-20Add noqiflush() and qiflush()jdc
2003-06-20Add keyname().jdc
2003-05-21Add addchstr() family of functions.jdc
2003-04-08Add ESCDELAY variable to control the inter-key delay in escape sequences.jdc
2003-03-30Add attr_set() group of functions.jdc
2003-01-27Add can_change_color() and no_color_video().jdc