]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/kbd/patches/kbd-1.15-unicode_start.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / kbd / patches / kbd-1.15-unicode_start.patch
1 diff -up kbd-1.15/src/unicode_start_old kbd-1.15/src/unicode_start
2 --- kbd-1.15/src/unicode_start_old 2009-01-08 13:34:10.000000000 +0100
3 +++ kbd-1.15/src/unicode_start 2009-01-08 14:02:12.000000000 +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.
7
8 +DEFAULT_UNICODE_FONT=latarcyrheb-sun16
9 +# Also drdos8x16 is a good candidate.
10 +
11 case "$#" in
12 2)
13 setfont "$1" -u "$2"
14 @@ -80,6 +83,7 @@ case "$#" in
15 setfont "$1"
16 ;;
17 0)
18 + setfont $DEFAULT_UNICODE_FONT
19 ;;
20 *)
21 echo "usage: unicode_start [font [unicode map]]"