qi: Update recipe examples using the current ones from Dragora
[dragora.git] / patches / kbd / kbd-1.15-unicode_start.patch
blob119fe78d84c4bad7e1a31cf28d10c5121198c008
1 diff -up kbd-1.15.2/src/unicode_start.orig kbd-1.15.2/src/unicode_start
2 --- kbd-1.15.2/src/unicode_start.orig 2011-01-05 13:28:22.079662644 +0100
3 +++ kbd-1.15.2/src/unicode_start 2011-01-05 13:29:01.327353698 +0100
4 @@ -72,6 +72,9 @@ stty iutf8
5 # have a Unicode map attached, or explicitly specified, e.g.,
6 # by giving `def.uni' as a second argument.
8 +DEFAULT_UNICODE_FONT=latarcyrheb-sun16
9 +# Also drdos8x16 is a good candidate.
11 case "$#" in
13 setfont "$1" -u "$2"
14 @@ -80,6 +83,7 @@ case "$#" in
15 setfont "$1"
18 + setfont $DEFAULT_UNICODE_FONT
21 echo "usage: unicode_start [font [unicode map]]"