Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2003 10:07:36 +0300 (EEST)
From:      serg@vostok.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/51830: new entries in termcap
Message-ID:  <200305060707.h4677ail000786@serg.vostok.net>
Resent-Message-ID: <200305060710.h467ALVw080589@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51830
>Category:       conf
>Synopsis:       new entries in termcap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 00:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergiy Vyshnevetskiy
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD serg.vostok.net 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #1: Tue May 6 00:18:23 EEST 2003 root@serg.vostok.net:/usr/obj/usr/src/sys/SERG i386


>Description:
	There are no terminal types in termcap for VGA_90* russian video modes.

>How-To-Repeat:
	Just look in your /etc/termcap.

>Fix:
	This patch should work.

--- termcap.orig	Tue Apr 29 22:20:03 2003
+++ termcap	Mon May  5 19:53:45 2003
@@ -2453,6 +2453,28 @@
 	:li#60:tc=cons25r:
 cons60r-m|cons60u-m|cons60-koi8-mono:\
 	:li#60:tc=cons25r-m:
+# Syscons console with 90 characters (VGA modes)
+# KOI8-R/KOI8-U FreeBSD console with ACS support
+cons25r-v|cons25u-v|pc3r-v|ibmpc3r-vga|cons25-koi8-vga:\
+	:co#90:tc=cons25r:
+cons25r-mv|cons25u-mv|pc3r-mv|ibmpc3r-monovga|cons25-koi8-monovga:\
+	:co#90:tc=cons25r-m:
+cons30r-v|cons30u-v|cons30-koi8-vga:\
+	:co#90:tc=cons30r:
+cons30r-mv|cons30u-mv|cons30-koi8-monovga:\
+	:co#90:tc=cons30r-m:
+cons43r-v|cons43u-v|cons43-koi8-vga:\
+	:co#90:tc=cons43r:
+cons43r-mv|cons43u-mv|cons43-koi8-monovga:\
+	:co#90:tc=cons43r-m:
+cons50r-v|cons50u-v|cons50-koi8-vga:\
+	:co#90:tc=cons50r:
+cons50r-mv|cons50u-mv|cons50-koi8-monovga:\
+	:co#90:tc=cons50r-m:
+cons60r-v|cons60u-v|cons60-koi8-vga:\
+	:co#90:tc=cons60r:
+cons60r-mv|cons60u-mv|cons60-koi8-monovga:\
+	:co#90:tc=cons60r-m:
 # ISO 8859-2 FreeBSD console with ACS support
 cons25l2|cons25-iso8859-2:\
 	:ac=f\260i\247:\
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305060707.h4677ail000786>