-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tz wrote: >> The problem is probably that busybox echo does not support -e. You'll >> need to use real esc instead of escaping it. > > Actually it does. The echo -e "\033[H" >x.txt will show up with the > actual escape character.
Ahh, indeed, it supports \033, but not \e. And as pointed out by Marius earlier, it works correctly. (Tried at least \033[H, \033[2J and \033[1m). - -- Santtu Lakkala -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkleSZwACgkQX9Rc0+po4p2RMACgoqmt0nMAb8ISxwuUfrPq7T+t Ep8An0Y/4AD9+PSjElauFFGObOOSRRjX =77Zp -----END PGP SIGNATURE----- _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
