OpenBSD CVS

CVS log for src/lib/libcurses/tic.h


[BACK] Up to [local] / src / lib / libcurses

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 17 09:52:08 2023 UTC (7 months, 2 weeks ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.14: +125 -78 lines
Diff to previous 1.14 (colored)

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream tput. Major bump for the ncurses
libraries and for libedit and libreadline.

Help from tb, millert.

ok deraadt sthen

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 12 23:21:59 2010 UTC (14 years, 4 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.13: +75 -42 lines
Diff to previous 1.13 (colored)

Update to ncurses 5.7, with local changes reapplied.

This is around eight years worth of changes (previously we were around ncurses
5.2), too many to list - many bug fixes and also a few new functions.

A major bump for libcurses, libpanel, libform and libmenu.

ok deraadt

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 18 22:24:32 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

make Booleans signed char, since char is unsigned on powerpc; millert ok

Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 22 04:37:53 2001 UTC (23 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Make _nc_get_token() take a "silent" argument and only warn if it
is not set.  Propagate "silent" flag in _nc_parse_entry() to _nc_get_token().
Set the silent flag when reading termcap files, including $TERMCAP.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 22 18:01:35 2001 UTC (23 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.10: +46 -46 lines
Diff to previous 1.10 (colored)

Update to ncurses-5.2-20010114

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 8 22:46:56 2000 UTC (23 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored)

update to ncurses-5.1-20001007

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 26 16:45:03 2000 UTC (24 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update to ncurses-5.0-20000325

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 16 01:35:17 2000 UTC (24 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.7: +16 -3 lines
Diff to previous 1.7 (colored)

Update to ncurses-5.0-20000115:
+ additional fixes for non-bce terminals (handling of delete_character)
to work when assume_default_colors() is not specified.
+ modify warning message from _nc_parse_entry() regarding extended
capability names to print only if tic/infocmp/toe have the -v flag
set, and not at all in ordinary user applications.  Otherwise, this
warning would be shown for screen's extended capabilities in programs
that use the termcap interface.
+ modify use of _nc_tracing from programs such as tic so their debug
level is not in the same range as values set by trace() function.
+ small panel header cleanup (patch by Juergen Pfeifer).

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 28 17:59:28 1999 UTC (24 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

#ifdef BROKEN_LINKER -> #if BROKEN_LINKER

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 28 17:53:40 1999 UTC (24 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.5: +10 -1 lines
Diff to previous 1.5 (colored)

update to ncurses-5.0-19991127

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 12 04:36:02 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

these somehow got missed in the earlier curses commit

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 24 06:31:07 1999 UTC (25 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.3: +22 -1 lines
Diff to previous 1.3 (colored)

ncurses-4.2-990220; this is a pre-release of 5.0

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 24 20:06:45 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

ncurses-4.2-990123

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 31 06:30:31 1998 UTC (25 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update to ncurses 4.2-981017

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 23 21:20:06 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4

ncurses-4.2-980718

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.