#
51d1151f |
| 14-Apr-2008 |
jdc <jdc@NetBSD.org> |
Document termattrs(), term_attrs(), putwin() and getwin()
|
#
a6a9a97d |
| 28-Mar-2004 |
jdc <jdc@NetBSD.org> |
Changes to support *echochar(). Should fix PR lib/24927.
|
#
d4f82864 |
| 05-Oct-2003 |
jdc <jdc@NetBSD.org> |
Add redrawwin() and wredrawln(). Fixes PR lib/20038.
|
#
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
#
11f267a0 |
| 20-Jun-2003 |
jdc <jdc@NetBSD.org> |
Add noqiflush() and qiflush() Fixes PR lib/20037.
|
#
c521d02f |
| 20-Jun-2003 |
jdc <jdc@NetBSD.org> |
Add keyname(). Fixes PR lib/20033. Allow SMALL to be defined, to reduce the size of the library.
|
#
57b809b1 |
| 21-May-2003 |
jdc <jdc@NetBSD.org> |
Add addchstr() family of functions. Based on mail from Douwe Kiela. Fixes PR lib/21285 by Thomas Klausner.
|
#
416748f2 |
| 21-May-2003 |
jdc <jdc@NetBSD.org> |
Add mvw* functions.
|
#
8aec7a64 |
| 21-May-2003 |
jdc <jdc@NetBSD.org> |
Sort addbytes().
|
#
b5eb0508 |
| 30-Mar-2003 |
jdc <jdc@NetBSD.org> |
Add attr_set() group of functions. Fixes PR lib/20034 by Thomas Klausner.
|
#
1482f4ac |
| 27-Jan-2003 |
jdc <jdc@NetBSD.org> |
Rename can_change_colors() to can_change_color(). Add no_color_video().
|
#
a3c6a58e |
| 09-Jan-2003 |
blymn <blymn@NetBSD.org> |
Added halfdelay() function.
|
#
6d51b9fd |
| 23-Dec-2002 |
jdc <jdc@NetBSD.org> |
Add descriptions for newpad(), subpad(), prefresh() and pnoutrefresh().
|
#
b7e9ee42 |
| 23-Oct-2002 |
blymn <blymn@NetBSD.org> |
Added documentation for define_key and keyok Fixed borkage with getpary.
|
#
4eb3ef3d |
| 04-Aug-2002 |
jdc <jdc@NetBSD.org> |
Set the curses default colours to white on black when using colour. See the Single UNIX Specification, Version 2 :
http://www.opengroup.org/onlinepubs/007908799/xcurses/can_change_color.html
Also
Set the curses default colours to white on black when using colour. See the Single UNIX Specification, Version 2 :
http://www.opengroup.org/onlinepubs/007908799/xcurses/can_change_color.html
Also, add the functions :
use_default_colors(); assume_default_colors(fore, back);
(from ncurses) that allow the terminal default colours or user-specified default colours to be used.
show more ...
|
#
119539a3 |
| 19-Jul-2002 |
blymn <blymn@NetBSD.org> |
Add idcok to documentation.
|
#
c84d91aa |
| 02-Dec-2001 |
blymn <blymn@NetBSD.org> |
* Major change to add support for the newterm/set_term functions. * Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
|
#
23231c1a |
| 14-Oct-2001 |
blymn <blymn@NetBSD.org> |
Added 2 new functions and a macro: - getparx - getpary - getparyx (macro) Also minor tweak to the man page to correct grammar on a couple of items.
|
#
6a6d2c60 |
| 08-Oct-2001 |
blymn <blymn@NetBSD.org> |
Add mvderwin function.
|
#
9fc03296 |
| 20-Sep-2001 |
blymn <blymn@NetBSD.org> |
Add code to allow resizing of windows and the underlying terminal.
|
#
e9d94148 |
| 21-Apr-2001 |
jdc <jdc@NetBSD.org> |
Document getnstr().
|
#
e6fa1cbf |
| 01-Jan-2001 |
simonb <simonb@NetBSD.org> |
Add the instr and inchstr families of functions.
|
#
1cbd0d8d |
| 27-Sep-2000 |
wrstuden <wrstuden@NetBSD.org> |
Last revision had some problems. One .De was missing, and a number of .De's were really .Ds's. Problems were causing output not to be rendered- number of output pages more than doubled after these fi
Last revision had some problems. One .De was missing, and a number of .De's were really .Ds's. Problems were causing output not to be rendered- number of output pages more than doubled after these fixes, and made much more sense.
show more ...
|
#
8d997082 |
| 11-May-2000 |
jdc <jdc@NetBSD.org> |
Documemt getattrs(), delay_output() and napms(). Document functions (get*).
|
#
9eb3d527 |
| 27-Apr-2000 |
jdc <jdc@NetBSD.org> |
Add wnoutrefresh() and doupdate().
|