]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- better way to set G0 charset map
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Feb 2000 09:59:38 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console.sh -> 1.3

console.sh

index f00230bd7cf022841a729c3e6c603fcf498968b2..99bd5a5a4b7d78dfe2d646ccd9bb28d698154174 100644 (file)
@@ -10,7 +10,7 @@ case $(tty) in
                then
                        # Switch the G0 charset map from the default ISO-8859-1
                        # to the user-defined map (loaded with consolefonts)
-                       echo -ne '\33(K'
+                       echo -n -e '\033(K' > /proc/$$/fd/0
                fi
                
        fi
This page took 0.060371 seconds and 4 git commands to generate.