-
Hit Cmd-I, set the Title, hit return, then click the "Update Default" button. Then create a new window with Cmd-N. The Window still has the title "Default" and not the new title that was just given.
(If the ONLY way to get a new title to stick is to create a new profile of some kind, that seems like a lot of work, particularly when one is happy with the settings as they are.)
An...
2009-02-24 08:35:13 UTC in iTerm.app
-
File Added: Picture 2.png.
2009-02-24 06:33:34 UTC in iTerm.app
-
Text in the very bottom row in iTerm is annoyingly crowded right up against the window edge, whereas in Terminal this is not the case. (See attached screenshots, 1 from iTerm, 2 from Terminal.)
2009-02-24 06:33:02 UTC in iTerm.app
-
Being able to customize selection color is nice but by default it should use what you have set in your system (graphite vs. blue):
[[NSUserDefaults standardUserDefaults] stringForKey: @"AppleHighlightColor"];.
2009-02-24 06:29:32 UTC in iTerm.app
-
User reports the patch included here fixes the crash. ;-)
2009-01-30 14:20:39 UTC in Tk Toolkit
-
8.6a1, but code is same as now and long before.
Some of my users are getting a crash in CFStringGetCString invoked
from GetFontFamilyName (tkMacOSXFont.c). (There is a comment above
these lines about a possible crash.) I cannot replicate it, and the
circumstances are strange: when MS Word 2008 is running, application
startup will crash, otherwise not. My rough guess is that additional...
2009-01-30 10:39:13 UTC in Tk Toolkit
-
Explicitly calling postcascade to attempt to pop up a menu from the menubar does on work. Tested on OS X 10.5, Tcl/Tk 8.4.7, 8.6a1:
menu .mbar -tearoff 0
. configure -menu .mbar
menu .mbar.apple -tearoff 0
.mbar add cascade -menu .mbar.apple
.mbar.apple add command -label "About Foo" -command { puts "About" }
menu .mbar.file -tearoff 0
.mbar.file add command -label "Dummy" -command {...
2008-10-21 14:54:14 UTC in Tk Toolkit
-
Hi, this patch still applies against 8.6a1. If there's something unacceptable about it I can work on it? Also, shouldn't this bug be assigned to das, not hobbs, as Mac maintainer? (Trying to change it..)
2008-10-21 14:38:28 UTC in Tk Toolkit
-
This worked under 8.4.7 Aqua (the Tcl/Tk) distribution included with OS X 10.5.
So this is a regression occurring during 8.4.7 -> 8.4.17.
2008-10-21 14:35:07 UTC in Tk Toolkit
-
Still present in 8.6a1.
2008-08-06 03:54:14 UTC in Tk Toolkit