From: <de...@us...> - 2009-10-01 23:22:57
|
Revision: 1865 http://iterm.svn.sourceforge.net/iterm/?rev=1865&view=rev Author: delx Date: 2009-10-01 23:22:36 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Added FAQ for bold rendering change Modified Paths: -------------- website/faq.shtml Modified: website/faq.shtml =================================================================== --- website/faq.shtml 2009-09-30 00:31:38 UTC (rev 1864) +++ website/faq.shtml 2009-10-01 23:22:36 UTC (rev 1865) @@ -19,6 +19,18 @@ </li> <li> + <div class="question">I don't like the way that iTerm renders bold fonts</div> + <div class="answer"> + <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'\ +'\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> + </li> + + <li> <div class="question">My iTerm is too slow. What can I do to improve its performance?</div> <div class="answer"><p>First of all, upgrade to the latest version. We are constantly updating the program to improve its performance. The latest version should run at least as fast as Apple's Terminal.app. Secondly, there are a couple of things you can tweak. Avoid using a big scrollback buffer. This would use a lot of memory especially if you have lots of tab open. Keeping windows geometry and font size small helps too. Disable transparency and anti-aliasing does have a minimal effect on speed. Turning off blur can improve performance dramatically for users with older computers. There is also an option to allow users to adjust the display refresh rate. Fast refreshing rate means more CPU usage, and it might decrease performance when there is a lot of scrolling.</p></div> </li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |