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: netbsd-1-6-PATCH001


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] EXAMPLES/        
[DIR] PSD.doc/        
[TXT] Makefile  1.35   22 years  blymn   * Remove termcap globals from public interface * Clean up commented out code
[TXT] acs.c  1.11   22 years  mycroft   branches: 1.11.20; Make sure _acs_char[] is copied to screen->acs_char[] even w...
[TXT] addbytes.c  1.22   23 years  jdc   Implement scrolling regions : has_ic() has_il() setscrreg() wsetscrreg()...
[TXT] addch.c  1.11   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] addnstr.c  1.10   23 years  itojun   change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES. (see comm...
[TXT] attributes.c  1.9   23 years  jdc   Rename variables refering to termcap capabilities from NN to __tc_nn. Case adju...
[TXT] background.c  1.6   23 years  blymn   * Added rcs id line to files missing it. * Added code to __restartwin to restore...
[TXT] bell.c  1.5   23 years  jdc   branches: 1.5.20; Rename variables refering to termcap capabilities from NN to ...
[TXT] border.c  1.7   23 years  jdc   Don't delete attributes when character 0 (default) is passed in. Minor KNF.
[TXT] box.c  1.12   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] clear.c  1.12   22 years  blymn   * Major change to add support for the newterm/set_term functions. * Added fix to...
[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] clrtobot.c  1.14   23 years  mycroft   GC __FORCEPAINT.
[TXT] clrtoeol.c  1.15.2.1   21 years  lukem   Pull up revision 1.16 (requested by jdc in ticket #620): Make sure we always upd...
[TXT] color.c  1.17   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] copywin.c  1.9   22 years  blymn   branches: 1.9.6; Remove extraneous tabs from blank lines.
[TXT] cr_put.c  1.20   23 years  jdc   Rename variables refering to termcap capabilities from NN to __tc_nn. Case adju...
[TXT] ctrace.c  1.11   22 years  wiz   va_{start,end} audit: Make sure that each va_start has one and only one matching...
[TXT] cur_hash.c  1.9   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] curs_set.c  1.7   22 years  blymn   branches: 1.7.20; * Remove termcap globals from public interface * Clean up c...
[TXT] curses.3  1.37   22 years  wiz   Two formatting fixes.
[TXT] curses.c  1.19   22 years  blymn   * Major change to add support for the newterm/set_term functions. * Added fix to...
[TXT] curses.h  1.64   22 years  blymn   * Remove termcap globals from public interface * Clean up commented out code
[TXT] curses_private.h  1.20   22 years  blymn   branches: 1.20.2; Remove extraneous tabs from blank lines.
[TXT] delch.c  1.15   23 years  jdc   Make comments match reality (delete-char instead of insert-char).
[TXT] deleteln.c  1.13   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] delwin.c  1.11   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] erase.c  1.15   23 years  mycroft   GC __FORCEPAINT.
[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] fullname.c  1.10   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] getch.c  1.36   22 years  blymn   branches: 1.36.2; Remove extraneous tabs from blank lines.
[TXT] getstr.c  1.16   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] getyx.c  1.4   22 years  blymn   branches: 1.4.34; Added 2 new functions and a macro: - getparx ...
[TXT] id_subwins.c  1.12   24 years  mycroft   Make subwindows scroll correctly.
[TXT] idlok.c  1.10   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] inch.c  1.5   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] inchstr.c  1.2   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] initscr.c  1.23   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] insch.c  1.16   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] insdelln.c  1.8   23 years  jdc   Implement scrolling regions : has_ic() has_il() setscrreg() wsetscrreg()...
[TXT] insertln.c  1.12   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] instr.c  1.2   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] keypad.c  1.8   22 years  wiz   withough -> without
[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] line.c  1.4   22 years  blymn   branches: 1.4.20; Remove extraneous tabs from blank lines.
[TXT] meta.c  1.5   22 years  blymn   branches: 1.5.20; * Major change to add support for the newterm/set_term functi...
[TXT] move.c  1.11   24 years  blymn   Added functions to replace what were previously macros in curses.h (this is a re...
[TXT] mvwin.c  1.13   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] newwin.c  1.28   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] nodelay.c  1.5   22 years  wiz   withough -> without
[TXT] notimeout.c  1.5   22 years  wiz   branches: 1.5.58; 1.5.64; withough -> without
[TXT] overlay.c  1.13   24 years  blymn   More multiple changes: * Added function derwin. * Added function copywin. * Modi...
[TXT] overwrite.c  1.14   23 years  blymn   * Fixed bug in copywin. * Fixed bug in overwrite. * Added functions is_linetouch...
[TXT] pause.c  1.6   22 years  blymn   branches: 1.6.20; * Major change to add support for the newterm/set_term functi...
[TXT] printw.c  1.17   22 years  wiz   va_{start,end} audit: Make sure that each va_start has one and only one matching...
[TXT] putchar.c  1.16   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] refresh.c  1.45   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] resize.c  1.2   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] scanw.c  1.15   23 years  martin   va_list -> _BSD_VA_LIST_ to be consistent with prototype (doesn't compile on spa...
[TXT] screen.c  1.5   22 years  blymn   branches: 1.5.2; Remove extraneous tabs from blank lines.
[TXT] scroll.c  1.16   22 years  jdc   Set scrolling region top correctly. Fixes scrolling bug in sub-windows.
[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] setterm.c  1.31   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] shlib_version  1.23   22 years  christos   lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurses Make baudr...
[TXT] standout.c  1.12   23 years  jdc   Rename variables refering to termcap capabilities from NN to __tc_nn. Case adju...
[TXT] timeout.c  1.5   23 years  blymn   * Added rcs id line to files missing it. * Added code to __restartwin to restore...
[TXT] toucholap.c  1.12   23 years  mycroft   GC __FORCEPAINT.
[TXT] touchwin.c  1.16   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] tscroll.c  1.9   23 years  jdc   Fix `gcc -Wuninitialized`. Use unctrl() for capability string when debugging.
[TXT] tstp.c  1.25   22 years  blymn   Remove extraneous tabs from blank lines.
[TXT] tty.c  1.28   22 years  blymn   branches: 1.28.2; Remove extraneous tabs from blank lines.
[TXT] unctrl.c  1.8   25 years  mrg   Upgrades the standard NetBSD curses library to provide some of the SYSV curses f...
[TXT] unctrl.h  1.1   26 years  jtc   Moved unctrl.h from games/mille. Install it, as it's part of the curses interfac...
[TXT] underscore.c  1.6   23 years  jdc   Rename variables refering to termcap capabilities from NN to __tc_nn. Case adju...
[TXT] longname.c (in the Attic) [Hide]  1.14   22 years  blymn   * Major change to add support for the newterm/set_term functions. * Added fix to...


CVSweb <webmaster@jp.NetBSD.org>