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