From: <de...@us...> - 2009-10-02 00:11:19
|
Revision: 1866 http://iterm.svn.sourceforge.net/iterm/?rev=1866&view=rev Author: delx Date: 2009-10-02 00:11:11 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Fixed faq entry for Snow Leopard Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-10-01 23:22:36 UTC (rev 1865) +++ website/faq.shtml 2009-10-02 00:11:11 UTC (rev 1866) @@ -24,7 +24,7 @@ <p>Try pressing CMD-I and unchecking the Bold option. If you like the result then press "Update" to save it.</p> <p>Try running this command to see the difference between the two behaviours:</p> <pre> -echo -ne '\e[0;31mplain\n\e[1;31mbold\n'\ +printf '\e[0;31mplain\n\e[1;31mbold\n'\ '\e[0;91mhighlight\n\e[1;91mbold+highlight\n\e[0m' </pre> <p>With bold off, the last three appear the same, with bold on they are all distinct.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |