From 17eb41d7b76c15e598c1b6b24791ab2c7b61feab Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:46:14 +0000 Subject: Apply patch kbd-1.15-unicode_start.patch patch_name: kbd-1.15-unicode_start.patch present_in_specfile: true --- diff --git a/src/unicode_start b/src/unicode_start index d5234a8..702867d 100755 --- a/src/unicode_start +++ b/src/unicode_start @@ -72,6 +72,9 @@ stty iutf8 # have a Unicode map attached, or explicitly specified, e.g., # by giving `def.uni' as a second argument. +DEFAULT_UNICODE_FONT=latarcyrheb-sun16 +# Also drdos8x16 is a good candidate. + case "$#" in 2) setfont "$1" -u "$2" @@ -80,6 +83,7 @@ case "$#" in setfont "$1" ;; 0) + setfont $DEFAULT_UNICODE_FONT ;; *) echo "usage: unicode_start [font [unicode map]]"