X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lib%2Fbrowser.tcl;h=ab470d12648c1dd3560b411e70ea210cc4381e3e;hb=0c87a951c2970ec5fe204c3743b467819ee42a64;hp=53d5a628165a29c592ab14c234a000a56d7c6a12;hpb=f4e9996b77415707a20a139463c3e3782e2fa48f;p=git.git diff --git a/lib/browser.tcl b/lib/browser.tcl index 53d5a6281..ab470d126 100644 --- a/lib/browser.tcl +++ b/lib/browser.tcl @@ -39,7 +39,8 @@ constructor new {commit {path {}}} { frame $w.list set w_list $w.list.l - text $w_list -background white -borderwidth 0 \ + text $w_list -background white -foreground black \ + -borderwidth 0 \ -cursor $cursor_ptr \ -state disabled \ -wrap none \