jdc
a02733d775
s/can_change_colors/can_change_color/
2004-03-16 07:55:05 +00:00
wiz
a99c798fbb
Add mv{,w}inch{,n}str and mvwscanw.
2004-01-20 08:26:44 +00:00
jdc
d4f82864b6
Add redrawwin() and wredrawln().
...
Fixes PR lib/20038.
2003-10-05 10:13:02 +00:00
agc
eb7c1594f1
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-08-07 16:42:00 +00:00
wiz
a86b52e89a
Sort list of functions.
2003-07-04 12:40:15 +00:00
jdc
11f267a000
Add noqiflush() and qiflush()
...
Fixes PR lib/20037.
2003-06-20 06:58:53 +00:00
jdc
c521d02fce
Add keyname().
...
Fixes PR lib/20033.
Allow SMALL to be defined, to reduce the size of the library.
2003-06-20 06:56:29 +00:00
jdc
57b809b169
Add addchstr() family of functions.
...
Based on mail from Douwe Kiela.
Fixes PR lib/21285 by Thomas Klausner.
2003-05-21 21:19:52 +00:00
wiz
68221b9ec6
Bump date for last.
2003-05-21 06:57:08 +00:00
jdc
ad216762c8
Add missing *printw manual page links.
...
Patch provided in PR lib/21446 by Douwe Kiela.
2003-05-21 06:46:51 +00:00
jdc
b5eb0508f1
Add attr_set() group of functions.
...
Fixes PR lib/20034 by Thomas Klausner.
2003-03-30 07:38:41 +00:00
jdc
92a6b6d62d
Add entries for newpad(), subpad(), prefresh() and pnoutrefresh().
2002-12-23 12:13:44 +00:00
blymn
5aec620ac6
Added the ncurses extensions define_key and keyok.
2002-10-22 12:07:20 +00:00
blymn
0741e5c935
Added separate man pages for curses functions to provide better
...
documentation of the curses functions.
2002-10-21 13:55:07 +00:00
wiz
28128e0592
New sentence, new line. From Robert Elz.
2002-10-01 19:03:15 +00:00
jdc
4eb3ef3dac
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.
2002-08-04 16:43:04 +00:00
blymn
119539a3a6
Add idcok to documentation.
2002-07-19 13:36:48 +00:00
wiz
f4c5d5828e
Two formatting fixes.
2002-03-25 13:53:43 +00:00
blymn
c84d91aad5
* Major change to add support for the newterm/set_term functions.
...
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
2001-12-02 09:14:20 +00:00
wiz
0604b11aee
Whitespace, section name, and punctuation fixes.
2001-10-14 19:58:16 +00:00
blymn
23231c1a0e
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.
2001-10-14 12:36:09 +00:00
blymn
6a6d2c60ec
Add mvderwin function.
2001-10-08 10:45:13 +00:00
blymn
9fc0329619
Add code to allow resizing of windows and the underlying terminal.
2001-09-20 11:11:54 +00:00
jdc
36d80fe4b0
Add entries for scrolling regions and getnstr() functions.
2001-04-20 13:06:35 +00:00
simonb
e6fa1cbf79
Add the instr and inchstr families of functions.
2001-01-01 10:36:12 +00:00
simonb
fdd068aea6
Minor formatting nit.
2000-06-04 21:07:22 +00:00
jdc
8d997082f6
Documemt getattrs(), delay_output() and napms().
...
Document functions (get*).
2000-05-11 22:54:47 +00:00
blymn
d2d6d2090b
* Fixed lack of win arg in wattr* man entries.
2000-05-05 11:57:46 +00:00
blymn
2128c86b68
* Made erasechar and killchar into functions
...
* Modified __init_getch to use termcap handle that has been allocated
(_cursesi_genbuf) instead of refetching it.
* Make wgetstr support erase - this is not a full blown SUSv2 version
but it is a start.
2000-05-01 12:30:30 +00:00
jdc
9eb3d5276b
Add wnoutrefresh() and doupdate().
2000-04-27 00:28:28 +00:00
blymn
67967397d1
* Fixed bug in copywin.
...
* Fixed bug in overwrite.
* Added functions is_linetouched, is_wintouched, untouchwin and wtouchln.
2000-04-26 12:29:47 +00:00
pk
8333b49df5
Fix `.Fn' call.
2000-04-24 15:13:54 +00:00
blymn
66cab71c72
* Added rcs id line to files missing it.
...
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
2000-04-24 14:09:41 +00:00
blymn
5cd0c74b1f
* Added ungetch
...
* Converted inkey and getch to use getchar instead of read so ungetch
will work.
2000-04-22 14:32:44 +00:00
blymn
bb083e0e5c
* Fixed need for duplicate namp string in setterm.c
...
* Added meta function (turns meta bit on and off on terminal if supported)
* Added curs_set to control cursor visibility if supported.
2000-04-22 13:29:01 +00:00
blymn
fd2c9043b8
* Added new function dupwin.
...
* Fixed bug in copywin overwrite code.
2000-04-20 13:12:14 +00:00
blymn
e79669d636
More multiple changes:
...
* Added function derwin.
* Added function copywin.
* Modified both overlay and overwrite to use copywin.
* Updated man page with new functions and fixed minor format glitch.
2000-04-18 12:23:01 +00:00
jdc
53ff563a2d
Add colour capabilities and functions.
...
Add background manipulation functions.
Add def/reset_prog/shell_mode().
2000-04-12 21:49:29 +00:00
blymn
23464ee534
Made data structures opaque
2000-04-11 13:57:08 +00:00
enami
d8ad2663a8
In name section, use .Dq macro rather than writing double quote directly.
1999-08-17 03:36:35 +00:00
simonb
e07c905939
Get rid of the evil trailing spaces and tabs.
1999-06-28 13:32:43 +00:00
mrg
586d4ce109
Upgrades the standard NetBSD curses library to provide some
...
of the SYSV curses facilities. The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences. Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.
this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn). i'm just integrating it. thanks
HEAPS guys!
1999-04-13 14:08:17 +00:00
garbled
38c96853cf
Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Wheee!
1999-03-22 19:44:33 +00:00
perry
312aca536f
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
fair
2df6b5acdb
add addnstr() to curses.3 man page per PR#2305
1997-11-05 07:47:36 +00:00
mikel
f37d835870
RCSid police
1997-07-23 03:20:38 +00:00
jtc
998658da45
Fix tipo: flusok -> flushok
1997-05-23 23:34:10 +00:00
cgd
d29088dab1
clean up import
1994-08-17 21:51:41 +00:00
jtc
49493ab741
Fix typo, wdelch() only takes on arg (PR 392)
1994-08-06 05:24:40 +00:00
cgd
2f65b6139d
repeat after me: "I hate rcs ids"
1993-11-09 04:06:43 +00:00