blymn
b7e9ee4287
Added documentation for define_key and keyok
...
Fixed borkage with getpary.
2002-10-23 12:17:45 +00:00
wiz
64950814bb
Sort SEE ALSO.
2002-10-22 12:25:17 +00:00
wiz
7887044679
Whitespace cleanup.
2002-10-22 12:24:03 +00:00
blymn
5aec620ac6
Added the ncurses extensions define_key and keyok.
2002-10-22 12:07:20 +00:00
blymn
d5dc62cbd8
Fix lint nits mainly with the len parameter type in hash_more.
2002-10-22 11:37:34 +00:00
wiz
2944b39fd1
No catted pages in CVS.
2002-10-21 14:40:36 +00:00
wiz
cd2a9eb1c8
getch, not curses_getch.
2002-10-21 14:35:29 +00:00
wiz
cb3d21680a
curses_delch, not curses_deletech.
2002-10-21 14:34:20 +00:00
wiz
04944d75d4
curses_scanw, not curses_scan.
2002-10-21 14:33:49 +00:00
wiz
a2e19aabe5
Use \-1 instead of -1.
2002-10-21 14:31:36 +00:00
wiz
70161f4c57
No functions returning pointers in this man page.
2002-10-21 14:24:53 +00:00
wiz
c3d0728d04
Punctuation fixes.
2002-10-21 14:17:54 +00:00
wiz
4eb1546262
Sort SECTIONS. Punctuation fix.
2002-10-21 14:15:31 +00:00
wiz
7e7bd575a0
Sort SECTIONS.
2002-10-21 14:14:35 +00:00
wiz
8165073f28
Merge two SEE ALSO sections.
2002-10-21 14:12:35 +00:00
wiz
5f48f3f24d
Fix typo in Dt.
2002-10-21 14:11:52 +00:00
grant
982c281199
New sentence, new line.
2002-10-21 14:06:17 +00:00
wiz
2d2d45bde2
Drop trailing whitespace.
2002-10-21 13:59:52 +00:00
blymn
23b2be97b5
Added separate man pages for curses functions to provide better
...
documentation of the curses functions.
2002-10-21 13:55:12 +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
jdc
8e5dbb8eb6
Remove duplicate definitions of getyx, getbegyx and getmaxyx.
2002-10-14 16:25:52 +00:00
wiz
28128e0592
New sentence, new line. From Robert Elz.
2002-10-01 19:03:15 +00:00
jdc
5436cf8ed4
Add a hack for xterm-like terminals where "\E[m" will turn off
...
other attributes.
2002-09-11 15:23:24 +00:00
lukem
ebb6fc9eb8
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
...
(Reduces make output by ~ 20%)
2002-08-19 09:41:27 +00:00
pooka
b09706dced
add ${MACROS} to roff call to make output paper readable
2002-08-13 20:07:31 +00:00
jdc
de90ffb896
Sort attr* functions/macros.
2002-08-04 17:08:16 +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
jdc
c06c3c0403
Make sure we always update curx, cury and __ISPASTEOL.
...
From Onno van der Linden in PR lib/16532.
2002-08-04 14:13:49 +00:00
jdc
7aea6936d1
Reset cursor visibility after restarting the screen, as the cursor visibility
...
setting can be changed when the screen is restarted.
2002-08-04 14:11:59 +00:00
blymn
119539a3a6
Add idcok to documentation.
2002-07-19 13:36:48 +00:00
blymn
8d2591041a
* Added new function idcok - this closes PR 10802
...
* Added sentinels to the line structures when in debug mode to try
to pick up data overwrite problems, if they occur.
2002-07-19 13:22:41 +00:00
itojun
240c598f70
minor KNF (prototype decls should carry no variable name, otherwise macro
...
expansion will get you weird problem) and #define pedant (have paren).
2002-06-26 18:37:28 +00:00
itojun
2f69e2e14d
handle non-tty cases more gracefully.
2002-06-26 18:23:28 +00:00
christos
ce1b68c92d
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
2002-06-26 18:13:59 +00:00
wiz
143cf52f81
__STDC__ is always defined on NetBSD.
2002-05-26 16:53:30 +00:00
mycroft
09beb06848
Make sure _acs_char[] is copied to screen->acs_char[] even when there is no
...
ac attribute. This fixes box-drawing on displays with no ac.
2002-04-11 18:06:41 +00:00
wiz
f4c5d5828e
Two formatting fixes.
2002-03-25 13:53:43 +00:00
blymn
376e059acd
Only reference termcap capabilities in the screen struct in __init_acs
...
Also changed tputs to t_puts to output acs init string to correct device.
2002-01-04 13:53:26 +00:00
blymn
ef5927835e
Remove extraneous tabs from blank lines.
2002-01-02 10:38:27 +00:00
blymn
64df79afe7
fix __startwin() so it outputs the init strings to the correct device.
2001-12-31 14:23:11 +00:00
blymn
4118c45610
* Fixed uninitialiased variable problem in newterm
...
* Implemented better fix for screen not clearing for refresh()
when newterm used to start curses.
2001-12-31 14:16:01 +00:00
blymn
d7893fc457
Make newterm set the default screen if the old default screen was
...
ended, stops new vi crashing. Thanks to Aymeric Vincent for the fix.
2001-12-30 13:20:35 +00:00
blymn
98f703ff1e
Fix newterm so it syncs curscr to stdscr when term is created. Thanks
...
to Onno van der Linden for finding this bug.
2001-12-27 10:48:15 +00:00
blymn
51344953b1
* Remove termcap globals from public interface
...
* Clean up commented out code
2001-12-11 11:18:17 +00:00
christos
7990d9579f
lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurses
...
Make baudrate a function, gc old variables, implement ospeed in terms of
baudrate, bump major number to 5, since we don't have __baset anymore.
2001-12-02 22:43:44 +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
lukem
36ddbc2f48
fix WARNS=2 (-Wshadow) warning
2001-11-04 14:04:27 +00:00
tron
d47435e90d
Remove bogus call to free(3) which caused several warning messages in
...
application using our "curses" library after the latest change to
memory management in the "c" library.
2001-11-01 16:06:59 +00:00
blymn
295d3a0e44
Added function - bumped minor version of lib.
2001-10-15 13:11:49 +00:00
wiz
0604b11aee
Whitespace, section name, and punctuation fixes.
2001-10-14 19:58:16 +00:00