summaryrefslogtreecommitdiffstats
path: root/source/a/kbd/sources/kbd-1.15-unicode_start.patch
blob: d3dab3fe3d6675d0a17c8fff97b085536f17b653 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -up kbd-1.15/src/unicode_start_old kbd-1.15/src/unicode_start
--- kbd-1.15/src/unicode_start_old	2009-01-08 13:34:10.000000000 +0100
+++ kbd-1.15/src/unicode_start	2009-01-08 14:02:12.000000000 +0100
@@ -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-16
+# 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]]"