summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ae1e72)
raw | patch | inline | side by side (parent: 7ae1e72)
author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 5 Oct 2010 22:51:34 +0000 (23:51 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 5 Oct 2010 22:51:34 +0000 (23:51 +0100) |
Without any standard channels the trace option is pretty useless on Win32
unless you can show the Tk console which captures such output. This also
permits introspection of the running application to assist in debugging.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
unless you can show the Tk console which captures such output. This also
permits introspection of the running application to assist in debugging.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index ed0904d9935c0d143cb624a651e24667fffd457b..ea262a2bac60a7aa577743ce49d933d871daf434 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
puts stderr "source $name"
uplevel 1 real__source $name
}
+ if {[tk windowingsystem] eq "win32"} { console show }
}
######################################################################
if {[is_Windows]} {
wm iconbitmap . -default $oguilib/git-gui.ico
set ::tk::AlwaysShowSelection 1
+ bind . <Control-F2> {console show}
# Spoof an X11 display for SSH
if {![info exists env(DISPLAY)]} {