Bug 45704 - [patch] request to change cp866b font to cp866
Summary: [patch] request to change cp866b font to cp866
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 4.7-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 08:40 UTC by Den
Modified: 2019-01-27 06:05 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Den 2002-11-25 08:40:01 UTC
Console font cp866b is bigger than standart console font
and have a bad look.

Fix: 

<how to correct or work around the problem, if known (multiple lines)>--lkxXBe8Bx1HwEcwYoPTroUhzB90a6ByVc77ZDk9jDFZL8hV2
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- menus.c	Mon Nov 25 11:34:33 2002
+++ menus.c.old	Mon Nov 25 11:34:14 2002
@@ -2043,7 +2043,7 @@
       { "4 IBM 865", "Norwegian, IBM encoding",	dmenuVarCheck,	dmenuSetVariables, NULL,
 	"font8x8=cp865-8x8,font8x14=cp865-8x14,font8x16=cp865-8x16" },
       { "5 IBM 866", "Russian, IBM encoding (use with KOI8-R screenmap)",   dmenuVarCheck,  dmenuSetVariables, NULL,
-	"font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866-8x16,mousechar_start=3" },
+	"font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866b-8x16,mousechar_start=3" },
       { "6 IBM 866u", "Ukrainian, IBM encoding (use with KOI8-U screenmap)",   dmenuVarCheck,  dmenuSetVariables, NULL,
 	"font8x8=cp866u-8x8,font8x14=cp866u-8x14,font8x16=cp866u-8x16,mousechar_start=3" },
       { "7 IBM 1251", "Cyrillic, MS Windows encoding",  dmenuVarCheck, dmenuSetVariables, NULL,
How-To-Repeat: put
font8x16=cp866b-8x16
into rc.conf, or use sysinstall to change fonts.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:57 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2019-01-27 06:05:24 UTC
Looks like the file patch was generated for is no longer in repository.