Up to [cvs.NetBSD.org] / src / lib / libterminfo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 15 14:27:41 2013 UTC (2 months ago) by njoly
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver,
HEAD
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Fix c&p error in string descriptions.
Revision 1.10.4.3 / (download) - annotate - [select for diffs], Thu Mar 14 15:48:28 2013 UTC (2 months, 1 week ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1
Changes since 1.10.4.2: +490 -3
lines
Diff to previous 1.10.4.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
Pull up following revision(s) (requested by roy in ticket #835): lib/libterminfo/terminfo.3: revision 1.9 lib/libterminfo/term.h: revision 1.13 lib/libterminfo/term.h: revision 1.14 usr.bin/tput/Makefile: revision 1.11 lib/libterminfo/terminfo.3: revision 1.10 lib/libterminfo/genman: revision 1.5 lib/libterminfo/term_private.h: revision 1.11 usr.bin/tput/tput.c: revision 1.23 usr.bin/tput/tput.c: revision 1.24 usr.bin/tput/tput.c: revision 1.25 lib/libterminfo/tparm.c: revision 1.11 lib/libterminfo/Makefile.hash: revision 1.7 usr.bin/tput/tput.c: revision 1.26 lib/libterminfo/tparm.c: revision 1.12 lib/libterminfo/tparm.c: revision 1.13 lib/libterminfo/tparm.c: revision 1.14 lib/libterminfo/terminfo.5.in: revision 1.18 As tparm accepts longs we should treat them as long during expansion. Also, fix the ~ and ! logic. Move the strings vs long analysis to a private function, but allow tput(1) to use it so we can work with string parameters to capabilities. Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793. Thanks to Bernd Ernesti. Remove debug accidently commited. If char * > long then print a suitable error when passing a string parameter. For platforms where we cannot fit a char * into a long, return NULL and set errno to ENOTSUPP. Add descriptions for terminfo keys to term.h These are extracted by genman and placed into the compiled terminfo.5 Fixes PR lib/47090 Provide a disabled implentation of tlparm and ti_tlparm for completeness. This also improves the readability of _ti_tiparm. Use putp(3) to output our strings. Fixes PR lib/47532
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:01 2013 UTC (2 months, 3 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.12: +490 -3
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
resync with head
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 25 17:28:50 2013 UTC (3 months, 3 weeks ago) by roy
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base
Changes since 1.13: +10 -2
lines
Diff to previous 1.13 (colored)
Provide a disabled implentation of tlparm and ti_tlparm for completeness. This also improves the readability of _ti_tiparm.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 25 12:52:45 2013 UTC (3 months, 3 weeks ago) by roy
Branch: MAIN
Changes since 1.12: +481 -2
lines
Diff to previous 1.12 (colored)
Add descriptions for terminfo keys to term.h These are extracted by genman and placed into the compiled terminfo.5 Fixes PR lib/47090
Revision 1.10.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:18 2012 UTC (6 months, 2 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.10.2.1: +3 -1
lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.10.4.2 / (download) - annotate - [select for diffs], Mon Jun 11 17:48:37 2012 UTC (11 months, 1 week ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.10.4.1: +3 -1
lines
Diff to previous 1.10.4.1 (colored) to branchpoint 1.10 (colored)
Pull up following revision(s) (requested by dholland in ticket #292): lib/libterminfo/term.h: revision 1.12 Add cdefs.h per PR 46492.
Revision 1.12 / (download) - annotate - [select for diffs], Tue May 29 00:27:59 2012 UTC (11 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Add cdefs.h per PR 46492.
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:33 2012 UTC (13 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
sync with head
Revision 1.10.4.1 / (download) - annotate - [select for diffs], Fri Feb 24 16:29:33 2012 UTC (14 months, 3 weeks ago) by riz
Branch: netbsd-6
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Pull up following revision(s) (requested by asau in ticket #42): lib/libterminfo/term.h: revision 1.11 PR/46075: Asau: fix typo set_color_paid -> set_color_pair
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 22 23:11:20 2012 UTC (14 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
PR/46075: Asau: fix typo set_color_paid -> set_color_pair
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 4 11:01:14 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base
Branch point for: yamt-pagecache,
netbsd-6
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 3 12:31:51 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
Changes since 1.8: +7 -6
lines
Diff to previous 1.8 (colored)
Correctly use ti_ instead of t_ for our extensions as per the man page. Replace vtparm with tiparm. tiparm is also non standard, but has been proposed at least.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 2 19:24:25 2011 UTC (19 months, 2 weeks ago) by roy
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add termname(3) as defined by POSIX.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 11 21:13:09 2011 UTC (2 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.6: +5 -12
lines
Diff to previous 1.6 (colored)
POSIX says that term.h should define tgetstr and friends Fixes PR lib/43941
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 22 06:10:51 2010 UTC (2 years, 7 months ago) by roy
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Our API just uses typedefs, so don't use the struct symbol which will avoid any potential conflicts with userland.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 26 00:09:00 2010 UTC (3 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.4: +5 -1
lines
Diff to previous 1.4 (colored)
Implement captoinfo so that we can convert $TERMCAP into $TERMINFO. We don't currently map %> %B %D. That means no conversion for regent100, hz1500, act4, act5, mime terms.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 11 00:27:09 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Changes since 1.3: +6 -6
lines
Diff to previous 1.3 (colored)
Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions into libterminfo. Constify some foo.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 5 14:39:07 2010 UTC (3 years, 3 months ago) by he
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
More adaptation for ports with unsigned char as char.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 4 09:46:26 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Changes since 1.1: +1 -3
lines
Diff to previous 1.1 (colored)
Fix build issues on other hosts.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 3 15:16:32 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Import my terminfo implementation. This uses the ncurses terminal definitions. OK: core@, jdc@