summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2010-12-25Little bit more debug information.blymn
2010-12-25Ignore request to change the values of colour pair 0blymn
2010-12-25Allow attributes to be applied to the default line drawing charactersblymn
2010-12-16Observe the following spelling:wiz
2010-12-09s/curses_fileo/curses_fileio/ in xrefs.njoly
2010-12-09Add missing space in fread xref.njoly
2010-12-07Since limit and l are both unsigned, comparing to 0 doesn't work, so comparejoerg
2010-11-23to initialize mbstate_t, use memset instead mbrtowc.tnozaki
2010-11-05Don't echo key symbols.blymn
2010-08-06avoid writing in parseltonguedholland
2010-06-10After consultation with jdc@, apply the patch from PR 42412 even thoughdholland
2010-02-25fix wrong widechar assignment for "up arrow"drochner
2010-02-24document wsyncup/wsyncdown/wcursyncupdrochner
2010-02-23misc fixes and improvements:drochner
2010-02-20Bump date for previous.wiz
2010-02-19explain a non-portable behaviordrochner
2010-02-12Change from scroll_forward to cursor_down.roy
2010-02-11Don't assume the terminal has a description.roy
2010-02-08Fix an off-by-one error.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-11-04Read input from the correct FILE.dsl
2009-11-04Round timeout values up.dsl
2009-11-01Move calls to __restore_termios() into the failing path of the functionsdsl
2009-10-06Return the same information whether or not we have wide characters.jdc
2009-07-28fix debugging build. Hi Roy!christos
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2009-07-12Add RCS Id. Fill in name in license. New sentence, new line.wiz
2009-07-12Bump date for *chgat*.wiz
2009-07-09Ensure that y,x are valid coordinates before using them.joerg
2009-07-07Be strict on xcurses support:joerg
2009-07-07chgat() and friends are in X/Open. Noticed by Thomas Dickey.joerg
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-05-18Sort SEE ALSO. New sentence, new line.wiz
2009-04-06make fileio.h work with objdir.christos
2009-04-06regenchristos
2009-04-01Make keypad return an int instead of nothing, as the SUS and evencube
2009-02-23Sort sections.wiz
2009-02-22Get the ESCDELAY from the environment.christos
2009-02-22Document curses environment variables.christos
2009-02-09Fix bug where a single ESC was not recognised when in keypad() mode.jdc
2009-01-17fix debugging build.christos
2009-01-11bump shared libraries.christos
2008-10-27s/AWK/TOOL_AWK/. Problem reported by Greg Oster.apb
2008-07-23add workaround for PR/39175(Curses regression causes disoptimal andtnozaki
2008-07-04use mbrtowc() instead of mbtowc().tnozaki
2008-07-04use nl_langinfo(CODESET) instead of setlocale(LC_ALL, "").tnozaki
2008-07-04fix cursor position problem with the character wcwidth > 1.tnozaki
2008-06-13remove unnecessary casts.yamt