CVS log for src/lib/libcurses/setterm.c
Up to [cvs.NetBSD.org] / src / lib / libcurses
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri May 17 23:32:50 2024 UTC (6 months, 3 weeks ago) by uwe
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +4 -4
lines
curses: constify newterm() and setterm() arguments
newterm() argument is const in the spec, so this fixes our
conformance.
setterm() is not in the spec, but it's natural and in ncurses its
argument is const too, so follow suit.
Doesn't change the ABI, so no bump required.
ok blymn@
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Sep 6 07:45:48 2021 UTC (3 years, 3 months ago) by rin
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +4 -3
lines
Style fixes most for __CTRACE().
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Sep 6 07:03:50 2021 UTC (3 years, 3 months ago) by rin
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -12
lines
Expand __CTRACE() to __nothing #ifndef DEBUG.
Remove most of #ifdef DEBUG around __CTRACE() calls.
No binary changes, except for line numbers for assert().
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Jun 10 07:15:40 2021 UTC (3 years, 6 months ago) by mcf
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3
lines
Add missing newline to debug trace message
ok blymn@
Revision 1.66.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:22 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +51 -13
lines
Sync with HEAD
Revision 1.66.10.2: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:12 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.66.10.1: preferred, colored; branchpoint 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66.10.1: +49 -11
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Oct 26 22:22:24 2018 UTC (6 years, 1 month ago) by uwe
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +49 -11
lines
Ignore terminfo padding specifications when checking whether
exit_attribute_mode contains exit_alt_charset_mode.
Fixes PR lib/53653.
Revision 1.66.10.1: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:22 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -4
lines
Sync with head
Revision 1.66.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 4 10:20:12 2018 UTC (6 years, 2 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +4 -4
lines
Pull up following revision(s) (requested by roy in ticket #1047):
lib/libcurses/curses_private.h: revision 1.64
lib/libcurses/curses_private.h: revision 1.65
lib/libcurses/initscr.c: revision 1.33
lib/libcurses/curses_screen.3: revision 1.24
lib/libcurses/curses_screen.3: revision 1.25
lib/libcurses/newwin.c: revision 1.52
lib/libcurses/fileio.c: revision 1.6
lib/libcurses/ripoffline.c: revision 1.4
lib/libcurses/resize.c: revision 1.28
lib/libcurses/ripoffline.c: revision 1.5
lib/libcurses/resize.c: revision 1.29
lib/libcurses/screen.c: revision 1.34
lib/libcurses/setterm.c: revision 1.67
curses: fix ripoffline
When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.
LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.
ok kamil@
Fixes PR #53635
-
curses: resize ripped off windows
The application must still redraw them though.
-
Fix typos in curses_screen.3
Fn -> Ft in the resize_term(3) prototype
funcion -> function
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Oct 2 17:35:44 2018 UTC (6 years, 2 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-compat-1020
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -4
lines
curses: fix ripoffline
When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.
LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.
ok kamil@
Fixes PR #53635
Revision 1.54.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:52:55 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.54.2.2: preferred, colored; branchpoint 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54.2.2: +33 -67
lines
Sync with HEAD
Revision 1.61.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:10 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.61: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61: +35 -67
lines
Sync with HEAD
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 23 00:55:39 2017 UTC (7 years, 8 months ago) by roy
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-20170426,
pgoyette-compat-base,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: phil-wifi,
pgoyette-compat,
netbsd-8
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +6 -34
lines
POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.
This is solved by moving the function to libterminfo.
Because the environment can affect the terminal capabilities for
lines and columns, it follows that the tty size should affect it to.
So move that code to libterminfo and adjust in libcurses.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Mar 20 20:44:06 2017 UTC (7 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +29 -35
lines
Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);
simplify the life of the {compiler,human eyes}.
Revision 1.54.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:56:59 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.54.2.1: preferred, colored; branchpoint 1.54: preferred, colored
Changes since revision 1.54.2.1: +6 -4
lines
Sync with HEAD
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jan 31 09:17:53 2017 UTC (7 years, 10 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -3
lines
Move ESCDELAY to curses.c so all globals are close to each other.
Remove _reentrant and use ESCDELAY and TABSIZE as we're not really
reentrant.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 30 16:50:44 2017 UTC (7 years, 10 months ago) by roy
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -2
lines
Check _cursesi_term is set in a few places and sprinkle some static.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jan 30 14:55:58 2017 UTC (7 years, 10 months ago) by roy
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -2
lines
If either set_escdelay(3) or set_tabsize(3) are called, set _reentrant
to ensure we use the saved value for the sceen.
This effectively makes ESCDELAY and TABSIZE read-only when either
of these functions are called.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jan 11 20:43:03 2017 UTC (7 years, 11 months ago) by roy
Branches: MAIN
CVS tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -4
lines
Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Jan 10 10:13:24 2017 UTC (7 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -4
lines
Implement POSIX curses function ripoffline(3).
Revision 1.54.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:04 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +61 -14
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jan 6 13:53:18 2017 UTC (7 years, 11 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-20170107
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +10 -9
lines
KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.
No functional changes.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jan 5 21:42:04 2017 UTC (7 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -4
lines
Whitespace
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jan 5 20:31:37 2017 UTC (7 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +21 -4
lines
Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Dec 31 17:46:35 2016 UTC (7 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +16 -6
lines
Implement POSIX curses use_env function.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Dec 30 22:38:38 2016 UTC (7 years, 11 months ago) by roy
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +22 -3
lines
Add the POSIX filter() function to libcurses.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Jan 9 19:05:13 2016 UTC (8 years, 11 months ago) by jdc
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3
lines
Remove extra new line in debugging output.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 24 01:59:32 2015 UTC (9 years ago) by christos
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -2
lines
PR/50092: don't leak screen on multiple setterms.
Revision 1.49.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:17 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.49.2.1: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.2.1: +12 -4
lines
Rebase to HEAD as of a few days ago.
Revision 1.48.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:36:55 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.48.2.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.1: +26 -15
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Oct 16 19:59:29 2013 UTC (11 years, 1 month ago) by roy
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +13 -6
lines
Add TABSIZE, which is derived from terminfo init_tabs.
Use this when processing \t.
If TABSIZE is set in the environment, this takes precedence.
Revision 1.48.4.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 26 14:21:00 2013 UTC (11 years, 2 months ago) by riz
Branches: netbsd-6-1
CVS tags: netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE
Diff to: previous 1.48.4.1: preferred, colored; next MAIN 1.48.4.2: preferred, colored
Changes since revision 1.48.4.1: +3 -2
lines
Pull up following revision(s) (requested by dsainty in ticket #960):
lib/libcurses/setterm.c: revision 1.51
Fix a NULL dereference if the exit_alt_charset_mode capability is not
defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the
hard-coded
^O character.
That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode. But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.
For example:
% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped) TERMCAP='xterm:me=\E[m:' TERM=xterm vi
The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:
% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process
We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.
XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so
should
probably just use strstr() instead.
Revision 1.48.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 26 14:20:03 2013 UTC (11 years, 2 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.48.4.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.4.1: +3 -2
lines
Pull up following revision(s) (requested by dsainty in ticket #960):
lib/libcurses/setterm.c: revision 1.51
Fix a NULL dereference if the exit_alt_charset_mode capability is not
defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the
hard-coded
^O character.
That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode. But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.
For example:
% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped) TERMCAP='xterm:me=\E[m:' TERM=xterm vi
The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:
% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process
We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.
XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so
should
probably just use strstr() instead.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 25 03:28:20 2013 UTC (11 years, 2 months ago) by dsainty
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2
lines
Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the hard-coded
^O character.
That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode. But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.
For example:
% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped) TERMCAP='xterm:me=\E[m:' TERM=xterm vi
The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:
% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process
We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.
XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so should
probably just use strstr() instead.
Revision 1.49.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:21:06 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -11
lines
resync from head
Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Sat May 11 21:48:23 2013 UTC (11 years, 7 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-1-RELEASE
Branch point for: netbsd-6-1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -11
lines
Pull up following revision(s) (requested by jdc in ticket #885):
lib/libcurses/setterm.c: revision 1.50
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun May 5 14:24:05 2013 UTC (11 years, 7 months ago) by jdc
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -11
lines
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.
Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:07:31 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3
lines
sync with head.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Apr 21 12:27:28 2012 UTC (12 years, 7 months ago) by roy
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3
lines
Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 4 11:01:14 2011 UTC (13 years, 2 months ago) by roy
Branches: MAIN
CVS tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache,
netbsd-6
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -13
lines
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Feb 11 11:45:47 2010 UTC (14 years, 10 months ago) by roy
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +7 -4
lines
Don't assume the terminal has a description.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Feb 3 15:34:40 2010 UTC (14 years, 10 months ago) by roy
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +69 -258
lines
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jul 22 16:57:15 2009 UTC (15 years, 4 months ago) by roy
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -4
lines
Prepare curses for the possibility of changing from termcap to terminfo.
term.h #defines lines, pad_char and no_color_video macros which conflict
with existing curses code. We change lines to alines and nlines depending
on use, pad_char to padchar and no_color_video becomes no_color_attributes
but with a strong alias from no_color_video.
Revision 1.43.14.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:18:28 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +7 -4
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Feb 22 20:05:48 2009 UTC (15 years, 9 months ago) by christos
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -4
lines
Get the ESCDELAY from the environment.
Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:11:26 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +2 -6
lines
sync with HEAD
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Oct 6 20:14:41 2007 UTC (17 years, 2 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf
Branch point for: jym-xensuspend
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3
lines
Make it build without HAVE_WCHAR
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 19 22:00:43 2007 UTC (17 years, 2 months ago) by jdc
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -5
lines
We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as they
are defined to be the same in curses.h.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon May 28 15:01:57 2007 UTC (17 years, 6 months ago) by blymn
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +40 -9
lines
Merge in wide curses code done as a Summer of Code project by
Ruibiao Qiu.
Revision 1.39.12.3: download - view: text, markup, annotated - select for diffs
Sun Jan 21 22:31:50 2007 UTC (17 years, 10 months ago) by jdc
Branches: wcurses
Diff to: previous 1.39.12.2: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.12.2: +7 -6
lines
Change debug code slightly, so that it doesn't confuse __CTRACE().
Revision 1.39.12.2: download - view: text, markup, annotated - select for diffs
Sun Jan 21 17:43:36 2007 UTC (17 years, 10 months ago) by jdc
Branches: wcurses
Diff to: previous 1.39.12.1: preferred, colored; branchpoint 1.39: preferred, colored
Changes since revision 1.39.12.1: +15 -12
lines
Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jan 21 13:25:36 2007 UTC (17 years, 10 months ago) by jdc
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +11 -11
lines
Add debug "areas" that allow selective debugging by setting the
"CURSES_TRACE_MASK" environment variable. Postive vales include
debug areas, negative values exclude them.
Revision 1.39.12.1: download - view: text, markup, annotated - select for diffs
Sun Jan 21 11:38:59 2007 UTC (17 years, 10 months ago) by blymn
Branches: wcurses
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +31 -4
lines
Wide curses merge
Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 26 12:45:47 2004 UTC (20 years, 4 months ago) by tron
Branches: netbsd-2-0
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +3 -5
lines
Pull up revision 1.39 (requested by blymn in ticket #716):
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
in getcap(). Fixed getcap() to use screen->cursesi_genbuf.
Thanks to Peter Bex for spotting this. This closes pr lib/26404.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jul 24 13:10:47 2004 UTC (20 years, 4 months ago) by blymn
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
wcurses-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wcurses
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -5
lines
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
in getcap(). Fixed getcap() to use screen->cursesi_genbuf.
Thanks to Peter Bex for spotting this. This closes pr lib/26404.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Oct 21 00:30:05 2003 UTC (21 years, 1 month ago) by fvdl
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4
lines
Don't compare a char to NULL.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:44:24 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 2 17:54:38 2003 UTC (21 years, 10 months ago) by jdc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +87 -35
lines
Redo the conflict calculation (again).
Assume that "me" clears all attributes apart from acs.
Problem noticed when working on window(1).
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 27 21:12:29 2003 UTC (21 years, 10 months ago) by jdc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +98 -54
lines
Change the way we calculate conflicts when turning off attributes.
We now check the termcap entries for "\E[m" or "\E[0m" or a longer
"\E[ ... m" sequence containing a "0".
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 5 17:04:25 2002 UTC (22 years ago) by jdc
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -6
lines
Set LINES and COLS here so that __swflags() sets flags on the initial windows.
Remove no longer useful debug output.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 11 15:23:24 2002 UTC (22 years, 3 months ago) by jdc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +33 -15
lines
Add a hack for xterm-like terminals where "\E[m" will turn off
other attributes.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jun 26 18:14:07 2002 UTC (22 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +16 -11
lines
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 2 10:38:29 2002 UTC (22 years, 11 months ago) by blymn
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -7
lines
Remove extraneous tabs from blank lines.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Dec 11 11:18:18 2001 UTC (23 years ago) by blymn
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -20
lines
* Remove termcap globals from public interface
* Clean up commented out code
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Dec 2 09:14:23 2001 UTC (23 years ago) by blymn
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +228 -176
lines
* Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Dec 22 17:07:13 2000 UTC (23 years, 11 months ago) by jdc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1
lines
Revert the change to the `pc' capability from the previous change. Pointed
out in email by Thomas Dickey.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 19 21:34:24 2000 UTC (23 years, 11 months ago) by jdc
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +100 -84
lines
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
adjusted to match termcap capability. A few other variable names renamed too
(ones related to or derived from termcap variables).
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 23 16:16:28 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +5 -6
lines
Sync w/ netbsd-1-5-base.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 12 21:04:08 2000 UTC (24 years, 6 months ago) by jdc
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5
lines
Restore changes 1.23->1.24 that were accidently overwritten.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 12 20:48:34 2000 UTC (24 years, 6 months ago) by jdc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -3
lines
Make sure tspace is large enough to hold all capabilities.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 3 06:33:12 2000 UTC (24 years, 6 months ago) by blymn
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -5
lines
Fix broken getcap call - it was always returning NULL. Thanks Itojun
for spotting this one!
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 19 01:05:44 2000 UTC (24 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
We already initialize UP and BC when we fire up Curses, so pass a null pointer
to t_goto() to avoid doing it again... and again... and...
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 29 00:50:05 2000 UTC (24 years, 7 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5
lines
Fix pasto.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Apr 29 00:42:26 2000 UTC (24 years, 7 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +42 -3
lines
Speed up refresh in the presence of attributes by precalculating a mask for
each `end' command to turn off other attributes in the case of conflicts.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Apr 27 00:21:43 2000 UTC (24 years, 7 months ago) by jdc
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -5
lines
Background colour erase is 'ut' not 'be'.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 22 13:29:02 2000 UTC (24 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +18 -17
lines
* 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.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 19 13:52:39 2000 UTC (24 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +82 -30
lines
Converted all termcap library calls to the "new" interface, this fixes
a problem with curses crashing when the CM capability was larger than
64 bytes and eliminates some possible buffer overflow problems.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 17 12:25:46 2000 UTC (24 years, 8 months ago) by blymn
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3
lines
Multiple fixes:
* Added Bill's fixes for errors when compiling with WARNS=1
* Incorporated fixes to make usage of unctrl consistent in debug and
made improvements to ctrace - it now timestamps it's output better.
* Reduced the number of mallocs done by __init_getch by allocating key
structs in bunches instead of singly.
* Removed the shadowing of global declarations in newwin and subwin
functions
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 15 13:17:04 2000 UTC (24 years, 8 months ago) by blymn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -6
lines
Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Apr 12 21:45:30 2000 UTC (24 years, 8 months ago) by jdc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +38 -16
lines
Add colour capabilities.
Increase size of attribute buffers.
Include private header.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 11 13:57:10 2000 UTC (24 years, 8 months ago) by blymn
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +25 -23
lines
Made data structures opaque
Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 5 23:25:17 2000 UTC (24 years, 9 months ago) by jdc
Branches: curses-v3
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.1: +23 -21
lines
Add alternate character set support.
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sun Jan 9 20:43:22 2000 UTC (24 years, 11 months ago) by jdc
Branches: curses-v3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Changes to make libcurses SUS v2 compatible.
Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:29:57 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +3 -5
lines
Pull up to last week's -current.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 7 03:18:52 1999 UTC (25 years ago) by simonb
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
curses-v3-base
Branch point for: curses-v3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5
lines
Another unctrl() %s fix.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 28 13:32:43 1999 UTC (25 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
Get rid of the evil trailing spaces and tabs.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 13 14:08:19 1999 UTC (25 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +30 -28
lines
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!
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 3 19:12:35 1998 UTC (26 years, 10 months ago) by perry
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -7
lines
remove obsolete register declarations
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 30 04:33:34 1998 UTC (26 years, 10 months ago) by perry
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -6
lines
merge with lite-2
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jan 30 03:38:59 1998 UTC (26 years, 10 months ago) by perry
Branches: CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +5 -4
lines
import lite-2
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 22 07:37:03 1997 UTC (27 years, 4 months ago) by mikel
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -2
lines
RCSid police, fix warnings
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 23 14:02:41 1997 UTC (27 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 17 21:52:45 1994 UTC (30 years, 4 months ago) by cgd
Branches: netbsd-1-0
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.1: +232 -0
lines
clean up import
Revision 1.6.2.1
Wed Aug 17 21:52:44 1994 UTC (30 years, 4 months ago) by cgd
Branches: netbsd-1-0
FILE REMOVED
Changes since revision 1.6: +0 -232
lines
file setterm.c was added on branch netbsd-1-0 on 1994-08-17 21:52:45 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 17 21:52:44 1994 UTC (30 years, 4 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -7
lines
clean up import
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Aug 17 21:13:24 1994 UTC (30 years, 4 months ago) by cgd
Branches: CSRG
CVS tags: CSRG-94-08-17
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +59 -41
lines
new libcurses, from new nvi
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:36:57 1994 UTC (30 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-0-base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
changes from branch
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:17:32 1994 UTC (30 years, 10 months ago) by cgd
CVS tags: CSRG-last,
CSRG-94-01-23
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +2 -2
lines
minor fixups
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 4 23:03:48 1993 UTC (31 years ago) by cgd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
update from branch
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 4 22:56:34 1993 UTC (31 years ago) by cgd
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4
lines
update from latest
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 9 04:08:45 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
repeat after me: "I hate rcs ids"
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 9 03:34:51 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
CVS tags: CSRG-93-11-06
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +50 -37
lines
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Aug 7 05:51:11 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
New files.
CVSweb <webmaster@jp.NetBSD.org>