diff options
author | Judd Vinet <judd@archlinux.org> | 2005-12-17 18:33:46 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-12-17 18:33:46 +0000 |
commit | e4439a61bca626d05d3c6073ac94740db5c446c4 (patch) | |
tree | a2ae0e1055fd3165b63952fa72e89ee414a1a9fa | |
parent | 00b620075a21e293db4b55a8d451ecd2930dbce1 (diff) |
re-fixed my utf fix (yea, that's right, i fell down a lot when i was a kid)
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,6 @@ if [ "$LOCALE" != "" ]; then stat_busy "Setting Consoles to UTF-8" /usr/bin/kbd_mode -u /usr/bin/dumpkeys | /bin/loadkeys --unicode - echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh echo 'echo -ne "\e%G"' >>/etc/profile.d/locale.sh stat_done fi @@ -239,6 +238,7 @@ if [ "$CONSOLEFONT" != "" ]; then else /usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i} fi + echo -ne "\e(K" >/dev/vc/${i} done stat_done fi |