kristerw
|
78307cec5d
|
Correct return type for initscr().
From Joel Wilsson in PR 19809.
|
2003-01-15 23:13:51 +00:00 |
|
jdc
|
3f8ad5302e
|
Back out part of rev 1.50. We can't call werase() here.
Fixes PR lib/19739 by Matthias Scheler.
Problem also noted by Martin Husemann.
|
2003-01-12 12:53:51 +00:00 |
|
atatat
|
e2013873ab
|
Let's call it 'duration' instead of 'timeout' so that the compiler is happy.
|
2003-01-09 21:47:39 +00:00 |
|
wiz
|
5cd5ff6dc7
|
Bump date for halfdelay, and slightly improve wording.
|
2003-01-09 12:53:55 +00:00 |
|
blymn
|
a3c6a58ea6
|
Added halfdelay() function.
|
2003-01-09 12:48:04 +00:00 |
|
jdc
|
a2a5a0d169
|
Add curses pad manual pages.
Forgot to commit this. Pointed out by wiz.
|
2002-12-24 07:36:32 +00:00 |
|
wiz
|
d31e57413f
|
Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot.
|
2002-12-23 12:48:12 +00:00 |
|
jdc
|
3599e38c2b
|
Document pad-related functions - newpad(), subpad(), prefresh() and
pnoutrefresh().
|
2002-12-23 12:27:43 +00:00 |
|
jdc
|
d06ae12fb5
|
Bump minor to 4 (pads support).
|
2002-12-23 12:26:55 +00:00 |
|
jdc
|
02559eb653
|
Always update the change pointers. Otherwise, we could end up not
displaying 'blank' characters when overlapping windows are displayed.
(Exposed by changes in revision 1.49 of refresh.c.)
|
2002-12-23 12:26:07 +00:00 |
|
jdc
|
4b9cace222
|
Handle function argument changes to __newwin().
Don't call clearok() for new windows in newterm() - it caused a screen erase
on the first refresh() of the window.
|
2002-12-23 12:25:10 +00:00 |
|
wiz
|
514c6fd187
|
Sort SEE ALSO.
|
2002-12-23 12:19:48 +00:00 |
|
jdc
|
4a4560b0f4
|
Only reset flags if the "window" is not a pad.
|
2002-12-23 12:18:53 +00:00 |
|
jdc
|
f8b5b67351
|
Add pnoutrefresh() and prefresh().
Modify _cursesi_wnoutrefresh() to handle pads.
|
2002-12-23 12:17:55 +00:00 |
|
jdc
|
c1d36848fe
|
Add newpad() and subpad().
Modify __makenew(), __newwin() and __subwin() to handle pads.
|
2002-12-23 12:17:03 +00:00 |
|
jdc
|
75f0ed7c22
|
Reference curses_pad(3).
|
2002-12-23 12:16:10 +00:00 |
|
jdc
|
c18be873d1
|
Changes for pad support - changed function signatures and _ISPAD flag.
|
2002-12-23 12:15:04 +00:00 |
|
jdc
|
92a6b6d62d
|
Add entries for newpad(), subpad(), prefresh() and pnoutrefresh().
|
2002-12-23 12:13:44 +00:00 |
|
jdc
|
6d51b9fd23
|
Add descriptions for newpad(), subpad(), prefresh() and pnoutrefresh().
|
2002-12-23 12:12:45 +00:00 |
|
jdc
|
2467ead4d8
|
Increase default delay when assembling key sequences. This seems to
eliminate the occasional non-recognition of key sequences over remote
connections.
Okayed by blymn.
|
2002-12-23 12:11:38 +00:00 |
|
jdc
|
b055b9db77
|
Correct cross references.
|
2002-12-05 19:13:12 +00:00 |
|
jdc
|
0bdde4e185
|
Add some (useful) debugging to wtouchln().
|
2002-12-05 17:23:51 +00:00 |
|
jdc
|
ab39ef114a
|
When copying a line from a window, only copy the changed part instead of
the whole line.
This fixes a bug when displaying displaying overlapping windows.
|
2002-12-05 17:22:13 +00:00 |
|
jdc
|
c5f3aee499
|
Mark lines on new windows unchanged.
Add window to __set_subwin() debug.
|
2002-12-05 17:14:34 +00:00 |
|
jdc
|
d899fbce8b
|
Set LINES and COLS here so that __swflags() sets flags on the initial windows.
Remove no longer useful debug output.
|
2002-12-05 17:04:25 +00:00 |
|
jdc
|
4da2d0814d
|
Set default colour on windows created after a call to start_color().
(Also noticed by Pooka).
|
2002-11-25 09:11:26 +00:00 |
|
jdc
|
1cac4d45c4
|
Don't allow default colour setting to be overwritten in init_pair().
(Also noticed by Pooka).
|
2002-11-25 09:11:18 +00:00 |
|
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 |
|