CVS commit: src/share/terminfo

2024-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 27 20:19:21 UTC 2024

Modified Files:
src/share/terminfo: terminfo

Log Message:
terminfo: Our local changes are now upstream; reduce diff to upstream.

The changes look bigger than they are, this also removes some
settings that are inherited from the vt220 entry.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/terminfo/terminfo
diff -u src/share/terminfo/terminfo:1.17 src/share/terminfo/terminfo:1.18
--- src/share/terminfo/terminfo:1.17	Sat Jan 27 19:44:46 2024
+++ src/share/terminfo/terminfo	Sat Jan 27 20:19:21 2024
@@ -1952,14 +1952,12 @@ ofcons|DNARD OpenFirmware console,
 # the level of detail in a termcap, it is a passable emulator, since ECH does
 # work.  Don't use it on a VMS system -TD
 wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
-	bce, msgr,
-	colors#8, cols#80, it#8, lines#25, pairs#64,
-	civis=\E[?25l, cnorm=\E[?25h, is2=\E[r\E[25;1H,
-	kdch1=\E[3~, kend=\E[8~, kf1=\E[11~, kf10=\E[21~,
-	kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~,
-	kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~,
-	kf9=\E[20~, khome=\E[7~, op=\E[m, rs1=\Ec,
-	setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=vt220,
+	bce,
+	colors#8, lines#25, pairs#64,
+	is2=\E[r\E[25;1H, kdch1=\E[3~, kend=\E[8~, kf1=\E[11~,
+	kf2=\E[12~, kf3=\E[13~, kf4=\E[14~, kf5=\E[15~,
+	khome=\E[7~, op=\E[m, rs1=\Ec, setab=\E[4%p1%dm,
+	setaf=\E[3%p1%dm, use=vt220,
 
 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta,
 	km, use=wsvt25,



CVS commit: src/share/terminfo

2024-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 27 20:19:21 UTC 2024

Modified Files:
src/share/terminfo: terminfo

Log Message:
terminfo: Our local changes are now upstream; reduce diff to upstream.

The changes look bigger than they are, this also removes some
settings that are inherited from the vt220 entry.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2024-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 27 19:44:46 UTC 2024

Modified Files:
src/share/terminfo: terminfo

Log Message:
Add missing comma. Noted by Thomas E. Dickey.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2024-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 27 19:44:46 UTC 2024

Modified Files:
src/share/terminfo: terminfo

Log Message:
Add missing comma. Noted by Thomas E. Dickey.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/terminfo/terminfo
diff -u src/share/terminfo/terminfo:1.16 src/share/terminfo/terminfo:1.17
--- src/share/terminfo/terminfo:1.16	Sat Jan 27 15:53:30 2024
+++ src/share/terminfo/terminfo	Sat Jan 27 19:44:46 2024
@@ -1914,7 +1914,7 @@ arm100-w|arm100-wam|Arm(RiscPC) ncurses 
 # From Minoura Makoto , 12 May 1996
 x68k|x68k-ite|NetBSD/x68k ITE,
 	cols#96, lines#32,
-	kbs=\177 kclr=\E[9~, khlp=\E[28~, use=vt220-base,
+	kbs=\177, kclr=\E[9~, khlp=\E[28~, use=vt220-base,
 
 # :
 # Entry for the DNARD OpenFirmware console, close to ANSI but not quite.



CVS commit: src/share/terminfo

2024-01-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 27 15:53:58 UTC 2024

Modified Files:
src/share/terminfo: import

Log Message:
fix quotes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/terminfo/import

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/terminfo/import
diff -u src/share/terminfo/import:1.1 src/share/terminfo/import:1.2
--- src/share/terminfo/import:1.1	Wed Nov 27 14:00:25 2019
+++ src/share/terminfo/import	Sat Jan 27 10:53:57 2024
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: import,v 1.1 2019/11/27 19:00:25 christos Exp $
+# $NetBSD: import,v 1.2 2024/01/27 15:53:57 christos Exp $
 #
 # Simple shell script to import the newest version of terminfo
 # Download it from ftp://ftp.invisible-island.net/ncurses/current
@@ -18,7 +18,7 @@ tag=${input%%.src}
 vendor=NCURSES
 
 TMP=$(mktemp -d /tmp/import-terminfo)
-trap rm -fr "${TMP}" 0 1 2 15
+trap "rm -fr ${TMP}" 0 1 2 15
 
 cp "$1" "${TMP}/terminfo"
 cd "${TMP}"



CVS commit: src/share/terminfo

2024-01-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 27 15:53:58 UTC 2024

Modified Files:
src/share/terminfo: import

Log Message:
fix quotes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/terminfo/import

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2024-01-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 27 15:53:30 UTC 2024

Modified Files:
src/share/terminfo: terminfo

Log Message:
merge changes, but keep our old wscons description


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2019-11-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 27 19:00:25 UTC 2019

Added Files:
src/share/terminfo: import

Log Message:
simple import script


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/terminfo/import

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/share/terminfo/import
diff -u /dev/null src/share/terminfo/import:1.1
--- /dev/null	Wed Nov 27 14:00:25 2019
+++ src/share/terminfo/import	Wed Nov 27 14:00:25 2019
@@ -0,0 +1,27 @@
+#!/bin/sh
+# $NetBSD: import,v 1.1 2019/11/27 19:00:25 christos Exp $
+#
+# Simple shell script to import the newest version of terminfo
+# Download it from ftp://ftp.invisible-island.net/ncurses/current
+
+input=$1
+case "${input}" in 
+terminfo-[0-9]*.src)
+	;;
+*)
+	echo "$0: Invalid input file name" 1>&2
+	exit 1
+	;;
+esac
+
+tag=${input%%.src}
+vendor=NCURSES
+
+TMP=$(mktemp -d /tmp/import-terminfo)
+trap rm -fr "${TMP}" 0 1 2 15
+
+cp "$1" "${TMP}/terminfo"
+cd "${TMP}"
+cleantags terminfo
+cvs -d cvs.netbsd.org:/cvsroot import \
+	-m "Import $1" src/share/terminfo "${vendor}" "${tag}"



CVS commit: src/share/terminfo

2019-11-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 27 19:00:25 UTC 2019

Added Files:
src/share/terminfo: import

Log Message:
simple import script


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/terminfo/import

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2019-07-27 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Jul 28 02:37:54 UTC 2019

Modified Files:
src/share/terminfo: terminfo

Log Message:
For wsvt25, stop disabling color attributes for underlined text.

With this change, underlined text is drawn in correct colors if
MD backend of wscons is underline-capable.

As the removed comment said, we render underlined text in red, if
MD backend of wscons does not support underline. However, this is
done regardless of original color attributes; foreground color is
forcibly changed to red. So, we don't need to disable original
colors for underlined.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/terminfo

2019-07-27 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Jul 28 02:37:54 UTC 2019

Modified Files:
src/share/terminfo: terminfo

Log Message:
For wsvt25, stop disabling color attributes for underlined text.

With this change, underlined text is drawn in correct colors if
MD backend of wscons is underline-capable.

As the removed comment said, we render underlined text in red, if
MD backend of wscons does not support underline. However, this is
done regardless of original color attributes; foreground color is
forcibly changed to red. So, we don't need to disable original
colors for underlined.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/terminfo/terminfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/terminfo/terminfo
diff -u src/share/terminfo/terminfo:1.11 src/share/terminfo/terminfo:1.12
--- src/share/terminfo/terminfo:1.11	Thu Feb 23 13:22:53 2017
+++ src/share/terminfo/terminfo	Sun Jul 28 02:37:54 2019
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #	bug-ncur...@gnu.org
 #
-#	$Revision: 1.11 $
-#	$Date: 2017/02/23 13:22:53 $
+#	$Revision: 1.12 $
+#	$Date: 2019/07/28 02:37:54 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -2507,8 +2507,7 @@ ofcons|DNARD OpenFirmware console,
 	sgr0=\2330m, smso=\2337m, smul=\2334m,
 
 # NetBSD "wscons" emulator in vt220 mode.
-# This entry is based on the NetBSD termcap entry, correcting the ncv value.
-# The emulator renders underlined text in red.  Colors are otherwise usable.
+# This entry is based on the NetBSD termcap entry.
 #
 # Testing the emulator and reading the source code (NetBSD 2.0), it appears
 # that "vt220" is inaccurate.  There are a few vt220-features, but most of the
@@ -2520,7 +2519,7 @@ ofcons|DNARD OpenFirmware console,
 # work.  Don't use it on a VMS system -TD
 wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
 	bce, msgr,
-	colors#8, cols#80, it#8, lines#25, ncv#2, pairs#64,
+	colors#8, cols#80, it#8, lines#25, pairs#64,
 	civis=\E[?25l, cnorm=\E[?25h, is2=\E[r\E[25;1H,
 	kdch1=\E[3~, kend=\E[8~, kf1=\E[11~, kf10=\E[21~,
 	kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~,



CVS commit: src/share/terminfo

2010-02-05 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Feb  5 16:34:04 UTC 2010

Modified Files:
src/share/terminfo: Makefile

Log Message:
Retain commented out capabilities by default.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/terminfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.