index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
curses.h
Age
Commit message (
Expand
)
Author
2021-02-13
curses.h: proofread, indent a bit more consistently
rillig
2020-03-23
curses: Add stubs for mouse functions
roy
2020-03-13
curses: wrap the erase logic in a macro
roy
2020-03-12
curses: normalise erase logic with clrtoeol and clrtobot
roy
2019-09-03
curses: believe in unicorns
roy
2019-09-03
curses: Add __NetBSD_Curses_Version__
roy
2019-09-02
curses(3): add curses_version()
roy
2018-09-30
curses.h: Fix typo in a comment of the word 'handling'
kamil
2018-09-30
Fix addchnstr() macro in curses.h
kamil
2017-01-24
Implement POSIX Curses Soft Label Key functions.
roy
2017-01-10
Implement POSIX curses function ripoffline(3).
roy
2017-01-06
u_int -> unsigned int, u_int32_t -> uint32_t.
roy
2017-01-05
Implement ncurses is_pad(3).
roy
2017-01-05
Implement is_term_resized and resize_term(3) ncurses extensions.
roy
2017-01-05
Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
roy
2017-01-04
White space police
roy
2017-01-04
Allow C++ to link with all curses parts.
roy
2017-01-02
Implement POSIX Curses functions immedok(3) and syncok(3).
roy
2017-01-01
Implement ncurses extension has_key.
roy
2016-12-31
Implement POSIX Curses typeahead function.
roy
2016-12-31
Implement POSIX curses use_env function.
roy
2016-12-31
Implement ncurses extensions is_leaveok and is_keypad.
roy
2016-12-30
Add the POSIX filter() function to libcurses.
roy
2015-06-08
mvgetnstr should have a length argument as the name implies.
joerg
2013-10-16
Add TABSIZE, which is derived from terminfo init_tabs.
roy
2013-10-16
Define WA_NORMAL
roy
2012-04-21
Add capfile(5) to describe the termcap format.
roy
2011-10-04
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
roy
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2010-12-16
Observe the following spelling:
wiz
2010-02-23
misc fixes and improvements:
drochner
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2009-07-07
Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow
joerg
2009-07-07
Use __printflike/__scanflike.
joerg
2009-07-06
Add support for the chgat(3) family. It is a useful extension from
joerg
2009-04-01
Make keypad return an int instead of nothing, as the SUS and even
cube
2008-04-14
Add new file IO functions.
jdc
2008-03-24
Don't define HAVE_WCHAR if DISABLE_WCHAR is defined.
jdc
2008-03-21
Add termattrs() and term_attrs().
jdc
2007-07-11
Add additional line drawing and characters.
jdc
2007-07-01
Do not typedef bool as char, just include stdbool.h. Fixes a build
xtraeme
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2005-08-09
Deal with modern c++ casts.
christos
2004-03-28
Changes to support *echochar().
jdc
2004-03-23
Change the values of ERR and OK.
jdc
2004-03-22
Because we are changing the libcurses major number, remove can_change_colors()
jdc
2004-03-16
s/colour/color/. From Douwe Keila.
jdc
2004-02-14
Fix the non working unctrl mess:
christos
2003-12-23
Avoid array type is char warning.
christos
[next]