summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2017-09-18Allow a subwindow to contain another subwindow.roy
2017-09-18Use Dv for non-errno return values (instead of Er).wiz
2017-09-17Fix typoabhinav
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-18Fix typo in the man page referenceabhinav
2017-03-23POSIX says that use_env(3) must precede setupterm(3).roy
2017-03-20Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);christos
2017-03-20Make this compile again: use ce instead of clr_eol which gcc thinks mightchristos
2017-03-20comment out unused code.christos
2017-03-20Put back filter(3) I mistakenly removed in r1.29roy
2017-02-17Note that typeahead(3) is no longer set to infd by default.roy
2017-02-17Disable typeahead being set to infd by default as this seems to causeroy
2017-02-10Remove checks for cursor being in scrolling region, ncurses doesn'tblymn
2017-01-31Move ESCDELAY to curses.c so all globals are close to each other.roy
2017-01-30Just return ERR instead of asserting if someone calls the slk routinesroy
2017-01-30Check _cursesi_term is set in a few places and sprinkle some static.roy
2017-01-30If either set_escdelay(3) or set_tabsize(3) are called, set _reentrantroy
2017-01-25Document baudrate(3).roy
2017-01-25And more functions ....roy
2017-01-25Note the substantial work by others on the curses library.roy
2017-01-25Document recently added functions in curses.3roy
2017-01-25Reference curses_slk(3).roy
2017-01-24Implement POSIX Curses Soft Label Key functions.roy
2017-01-24Note an issue with our cursor movement in 1 line size window.roy
2017-01-12Use the screen argument, not _cursesi_screen.roy
2017-01-11Move the ripoffline logic out of screen.c and into ripoffline.c.roy
2017-01-11Remove setup already done in newterm and even set_term.roy
2017-01-11Kill stray refs to __virtscr and _cursesi_screen missed in prior commit.roy
2017-01-11ripoffline requires wnoutrefresh to work before _cursesi_screen has beenroy
2017-01-10Use the window's screen's terminal.roy
2017-01-10Fix resizing terms.roy
2017-01-10Use the terminal of the SCREEN of the WINDOW rather than cur_termroy
2017-01-10When doupdate is called, check for typeahead input after N lines changedroy
2017-01-10Implement POSIX curses function ripoffline(3).roy
2017-01-10Test for __ISPASTEOL when moving the cursor and it hasn't moved.roy
2017-01-09Checks for bottom right corner were reversed.blymn
2017-01-08Use more markup, sort ENVIRONMENT.wiz
2017-01-08Whitespace fix, bump date for previous.wiz
2017-01-06KNFroy
2017-01-06KNFroy
2017-01-06KNF.roy
2017-01-06u_int -> unsigned int, u_int32_t -> uint32_t.roy
2017-01-05Implement ncurses is_pad(3).roy
2017-01-05Whitespaceroy
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-05Fix typo.wiz
2017-01-05Whitespace.wiz
2017-01-05Use Ev for environment variables.wiz
2017-01-04White space policeroy