mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Add the 'Swiss' font, which refers to the name of the font, not the locale.
Apologies To: Dan Nelson <dan@emsphone.com>
This commit is contained in:
parent
e3bae09e70
commit
66085eafa5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49231
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
|
||||
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
|
||||
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
|
||||
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
|
||||
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
|
||||
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
|
||||
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
|
||||
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
|
||||
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
|
||||
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
|
||||
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
|
||||
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
|
||||
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
|
||||
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user