-
ok, i can't attach a file. Here is a link to the file instead:
http://twinkie.foobar.org/~nick/iterm-screen-corruption.png.
2009-07-05 11:52:54 UTC in iTerm.app
-
This screen corruption problem is driving me nuts. Am using Build 0.9.6.20090415 on 10.5.7/x86. iTerm is configured to use UTF8, Monaco 10pt, no anti-aliasing. Most large scrolls get corrupted, particularly those which use a pager. I've attached a png to show what it's like.
2009-07-05 11:50:17 UTC in iTerm.app
-
This was on Gimp-2.4.3-080109-Leopard-Intel.dmg. I've got the application installed in "/Applications/Local Stuff/Gimp.app".
2008-01-18 16:20:48 UTC in GIMP.app
-
I'm seeing the same problem occur when installing in a directory with a space in the path. This can be fixed with the following patch:
--- Contents/Resources/script~ 2008-01-17 21:31:17.000000000 +0000
+++ Contents/Resources/script 2008-01-17 21:31:17.000000000 +0000
@@ -3,7 +3,7 @@
# Author: Aaron Voisine
DIR=`dirname "$0"`
-cd $DIR/../..;
+cd "$DIR/../..";.
2008-01-17 21:38:38 UTC in GIMP.app