The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bf426b859bda58a1d6598bb9516ffc6692b2502f

commit bf426b859bda58a1d6598bb9516ffc6692b2502f
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-07-30 20:10:44 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2025-07-30 21:22:41 +0000

    vt: Remove FONT specification from INDEX files
    
    There is no reason to change the font in order to select a keymap or a
    font.
    
    This was done in the syscons(4) era to ensure that a font with the
    appropriate character set was used for kbdmap or vidfont's localized
    menu, but vt is always UTF-8 and this is no longer necessary.
    
    PR:             235565
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D51640
---
 share/vt/fonts/INDEX.fonts     | 8 --------
 share/vt/keymaps/INDEX.keymaps | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/share/vt/fonts/INDEX.fonts b/share/vt/fonts/INDEX.fonts
index 8a36ccfbf211..dee9e855c42e 100644
--- a/share/vt/fonts/INDEX.fonts
+++ b/share/vt/fonts/INDEX.fonts
@@ -25,14 +25,6 @@ MENU:da:Vælg skrifttypen til din terminal
 MENU:de:Wählen Sie Ihre Schrift
 MENU:fr:Choisissez votre fonte écran
 
-#
-# The font definition for "en" is the fall-back font for
-# all languages.
-# Add language specific font definitions only where required!
-#
-FONT:en:vgarom-8x14.fnt
-#
-
 gallant.fnt:en:Gallant Character set, 12x22
 gallant.fnt:da:Gallant-tegnsæt, 12x22
 gallant.fnt:de:Gallant Zeichensatz, 12x22
diff --git a/share/vt/keymaps/INDEX.keymaps b/share/vt/keymaps/INDEX.keymaps
index 2b1db8528e85..fd00d0e71c87 100644
--- a/share/vt/keymaps/INDEX.keymaps
+++ b/share/vt/keymaps/INDEX.keymaps
@@ -33,14 +33,6 @@ MENU:el:Επιλέξτε το πληκτρολόγιο της κονσόλας
 MENU:hy:Ընտրեք ստեղնաշարի դասավորությունը
 MENU:tr:Klavye düzeninizi seçiniz
 
-#
-# The font definition for "en" is the fall-back font for
-# all languages.
-# Add language specific font definitions only where required!
-#
-FONT:en:vgarom-8x16.hex
-
-#
 am.kbd:en:Armenian phonetic layout
 am.kbd:da:Armensk fonetisk layout
 am.kbd:de:Armenische phonetische Tastenbelegung

Reply via email to