The NetBSD Project

src/lib/libcurses/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libcurses

Current tag: keiichi-mipv6-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] EXAMPLES/        
[DIR] PSD.doc/        
[TXT] curs_set.c  1.8   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] meta.c  1.6   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] move.c  1.15   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] overlay.c  1.17   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] overwrite.c  1.18   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] printw.c  1.20   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] scroll.c  1.19   17 years  jdc   Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MA...
[TXT] putchar.c  1.20   16 years  jdc   Add debugging for the WCHAR cases.
[TXT] curses_inch.3  1.10   20 years  jdc   Add missing mvin* and mvwin* manual pages.
[TXT] curses_input.3  1.20   17 years  wiz   Bump date for previous.
[TXT] curses_touch.3  1.7   19 years  wiz   Bump date for touchline() correction, and drop trailing whitespace.
[TXT] ctrace.c  1.19   16 years  blymn   Change debug handling, now we write debug out iff CURSES_TRACE_FILE has been set...
[TXT] curses_insertln.3  1.4   18 years  jdc   Curses_insert has been split into curses_insertch and curses_insertln for a whil...
[TXT] tstp.c  1.36   16 years  jdc   Fix resizing bug where the values of LINES and/or COLS changed while we were res...
[TXT] cchar.c  1.3   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] clrtobot.c  1.20   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] clrtoeol.c  1.24   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] ins_wch.c  1.3   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] ins_wstr.c  1.3   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] scanw.c  1.19   16 years  blymn   Fix some compiler warnings. Remove shadowed variable declarations when DEBUG is ...
[TXT] standout.c  1.15   20 years  wiz   Improve function descriptions. From Douwe Kiela.
[TXT] curses_private.h  1.41   16 years  jdc   Keep pushed-back characters locally. Fixes problems where KEY_* symbols are pus...
[TXT] get_wch.c  1.5   16 years  jdc   Keep pushed-back characters locally. Fixes problems where KEY_* symbols are pus...
[TXT] getch.c  1.50   16 years  jdc   Keep pushed-back characters locally. Fixes problems where KEY_* symbols are pus...
[TXT] screen.c  1.21   16 years  jdc   Keep pushed-back characters locally. Fixes problems where KEY_* symbols are pus...
[TXT] copywin.c  1.14   16 years  jdc   Make sure we copy the relevant cell (and not the first cell) for each line that ...
[TXT] resize.c  1.17   16 years  jdc   Make sure we don't shrink windows or sub-windows so that they end up with zero l...
[TXT] delch.c  1.21   16 years  martin   Make the non-WCHAR variant compilable.
[TXT] add_wch.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] add_wchstr.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] addch.c  1.15   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] curses.c  1.22   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] delwin.c  1.16   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] erase.c  1.23   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] get_wstr.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] in_wch.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] in_wchstr.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] insch.c  1.21   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] insstr.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] inwstr.c  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] keymap.h  1.2   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] line.c  1.5   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] newwin.c  1.45   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] touchwin.c  1.24   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] tty.c  1.40   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] unctrl.c  1.11   16 years  blymn   Merge in wide curses code done as a Summer of Code project by Ruibiao Qiu.
[TXT] clear.c  1.13   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] id_subwins.c  1.13   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mvwin.c  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] curses_window.3  1.11   16 years  jdc   Only resize curscr, __virtscr and stdscr when the screen is resized. Note the b...
[TXT] inchstr.c  1.2   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] instr.c  1.2   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] curses_border.3  1.4   20 years  snj   Spelling fix.
[TXT] curses_deleteln.3  1.4   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_insdelln.3  1.3   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_line.3  1.4   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_print.3  1.6   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_scanw.3  1.5   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_scroll.3  1.4   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_termcap.3  1.4   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] curses_addch.3  1.8   16 years  wiz   Use HTML escapes. Use Ss for subsection. Correct date.
[TXT] echochar.c  1.1   20 years  jdc   branches: 1.1.32; Implement *echochar(). Should fix PR lib/24927.
[TXT] idcok.c  1.1   21 years  blymn   branches: 1.1.80; * Added new function idcok - this closes PR 10802 * Added sen...
[TXT] border.c  1.10   16 years  blymn   branches: 1.10.10; Merge in wide curses code done as a Summer of Code project b...
[TXT] keypad.c  1.10   17 years  jdc   branches: 1.10.18; 1.10.20; 1.10.24; Add debug "areas" that allow selective d...
[TXT] curses_color.3  1.10   20 years  simonb   branches: 1.10.26; s/the the/the/ (only in sources that aren't regularly import...
[TXT] curses_refresh.3  1.10   21 years  wiz   branches: 1.10.80; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt...
[TXT] fullname.c  1.11   20 years  agc   branches: 1.11.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] idlok.c  1.11   20 years  agc   branches: 1.11.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] addnstr.c  1.12   16 years  blymn   branches: 1.12.34; 1.12.40; Merge in wide curses code done as a Summer of Code...
[TXT] cur_hash.c  1.12   19 years  dsl   branches: 1.12.74; Change first arg of __hash_more to const void * to remove ne...
[TXT] tscroll.c  1.13   17 years  jdc   branches: 1.13.58; Add debug "areas" that allow selective debugging by setting ...
[TXT] background.c  1.13   16 years  jdc   branches: 1.13.6; Set the column width when changing the background using wbkgd...
[TXT] insertln.c  1.13   20 years  agc   branches: 1.13.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] acs.c  1.14   16 years  jdc   branches: 1.14.10; Add additional line drawing and characters. Pointed out by p...
[TXT] insdelln.c  1.14   16 years  blymn   branches: 1.14.10; Merge in wide curses code done as a Summer of Code project b...
[TXT] curses_screen.3  1.14   16 years  jdc   branches: 1.14.28; Only resize curscr, __virtscr and stdscr when the screen is ...
[TXT] box.c  1.14   16 years  blymn   branches: 1.14.58; Merge in wide curses code done as a Summer of Code project b...
[TXT] deleteln.c  1.14   20 years  agc   branches: 1.14.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] toucholap.c  1.15   17 years  jdc   branches: 1.15.36; 1.15.54; Add debug "areas" that allow selective debugging b...
[TXT] attributes.c  1.15   16 years  blymn   branches: 1.15.4; Merge in wide curses code done as a Summer of Code project by...
[TXT] curses_echochar.3  1.2   20 years  wiz   branches: 1.2.32; Add a newline, remove a comma, and reword STANDARDS section s...
[TXT] curses_addchstr.3  1.2   20 years  wiz   branches: 1.2.32; Grammar fix; no functions returnint pointers here, so remove ...
[TXT] addwstr.c  1.2   16 years  blymn   branches: 1.2.58; Merge in wide curses code done as a Summer of Code project by...
[TXT] echo_wchar.c  1.2   16 years  blymn   branches: 1.2.74; 1.2.76; Merge in wide curses code done as a Summer of Code p...
[TXT] getstr.c  1.20   16 years  blymn   branches: 1.20.34; Merge in wide curses code done as a Summer of Code project b...
[TXT] cr_put.c  1.25   16 years  blymn   branches: 1.25.12; Merge in wide curses code done as a Summer of Code project b...
[TXT] initscr.c  1.29   17 years  jdc   branches: 1.29.58; Pull down the following from the wcurses branch: ctrace.c:...
[TXT] addchnstr.c  1.3   17 years  jdc   branches: 1.3.10; Add debug "areas" that allow selective debugging by setting t...
[TXT] curses_pad.3  1.3   21 years  wiz   branches: 1.3.32; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt]...
[TXT] curses_standout.3  1.3   21 years  wiz   branches: 1.3.32; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt]...
[TXT] curses_clear.3  1.3   21 years  wiz   branches: 1.3.96; 1.3.98; Use .In header.h instead of .Fd #include \*[Lt]heade...
[TXT] curses_delch.3  1.3   21 years  wiz   branches: 1.3.96; 1.3.98; Use .In header.h instead of .Fd #include \*[Lt]heade...
[TXT] color.c  1.32   17 years  jdc   branches: 1.32.10; Add debug "areas" that allow selective debugging by setting ...
[TXT] addbytes.c  1.33   16 years  jdc   branches: 1.33.8; Fix the handling for added carriage return characters. Shoul...
[TXT] shlib_version  1.37   16 years  blymn   branches: 1.37.4; Merge in wide curses code done as a Summer of Code project by...
[TXT] curses_underscore.3  1.4   21 years  wiz   branches: 1.4.32; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt]...
[TXT] getyx.c  1.4   22 years  blymn   branches: 1.4.34; Added 2 new functions and a macro: - getparx ...
[TXT] unctrl.h  1.4   16 years  blymn   branches: 1.4.36; 1.4.54; Merge in wide curses code done as a Summer of Code p...
[TXT] clearok.c  1.4   23 years  blymn   branches: 1.4.38; * Added rcs id line to files missing it. * Added code to __re...
[TXT] flushok.c  1.4   23 years  blymn   branches: 1.4.38; * Added rcs id line to files missing it. * Added code to __re...
[TXT] leaveok.c  1.4   23 years  blymn   branches: 1.4.38; * Added rcs id line to files missing it. * Added code to __re...
[TXT] scrollok.c  1.4   23 years  blymn   branches: 1.4.38; * Added rcs id line to files missing it. * Added code to __re...
[TXT] curses_keyname.3  1.4   16 years  jdc   branches: 1.4.6; Return "-1" for unknown keys and only return NULL for errors. ...
[TXT] curses_addstr.3  1.4   20 years  jdc   branches: 1.4.98; Cross reference curses_addchstr.3.
[TXT] setterm.c  1.43   16 years  martin   branches: 1.43.14; Make it build without HAVE_WCHAR
[TXT] curses_background.3  1.5   18 years  wiz   branches: 1.5.20; Fix Xref, bump date for previous.
[TXT] curses_default_colors.3  1.5   21 years  wiz   branches: 1.5.32; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt]...
[TXT] notimeout.c  1.5   22 years  wiz   branches: 1.5.58; 1.5.64; withough -> without
[TXT] keyname.c  1.5   16 years  jdc   branches: 1.5.6; Return "-1" for unknown keys and only return NULL for errors. ...
[TXT] curses.3  1.54   20 years  jdc   branches: 1.54.24; s/can_change_colors/can_change_color/
[TXT] bell.c  1.6   17 years  jdc   branches: 1.6.10; Add debug "areas" that allow selective debugging by setting t...
[TXT] timeout.c  1.6   17 years  christos   branches: 1.6.20; PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.
[TXT] curses_attributes.3  1.6   20 years  jdc   branches: 1.6.24; Cross reference curses_addchstr.3.
[TXT] nodelay.c  1.6   20 years  jdc   branches: 1.6.80; Make nodelay() return an int. Now conforms to the Single Unix...
[TXT] refresh.c  1.69   16 years  martin   branches: 1.69.6; 1.69.8; Make it build without HAVE_WCHAR
[TXT] pause.c  1.7   17 years  jdc   branches: 1.7.10; Add debug "areas" that allow selective debugging by setting t...
[TXT] inch.c  1.7   16 years  blymn   branches: 1.7.10; Merge in wide curses code done as a Summer of Code project by...
[TXT] curses_tty.3  1.8   20 years  snj   branches: 1.8.80; Spelling fixes.
[TXT] underscore.c  1.9   17 years  jdc   branches: 1.9.10; Add debug "areas" that allow selective debugging by setting t...
[TXT] curses.h  1.90   16 years  jdc   branches: 1.90.4; Add additional line drawing and characters. Pointed out by po...
[TXT] curses_cursor.3  1.6   19 years  wiz   getcurx, getcury, getparx, and getpary also seem to be extensions.
[TXT] Makefile  1.55   16 years  mrg   only use -Wuninitialized with -O>0.


CVSweb <webmaster@jp.NetBSD.org>