git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitk selection color not persistent
@ 2018-06-21 14:48 MJANES
  0 siblings, 0 replies; only message in thread
From: MJANES @ 2018-06-21 14:48 UTC (permalink / raw)
  To: git

Dear git community,
Is it possible please for the gitk selection color setting to be persistent?  Since 2015 the below approach has been working for me.
Thank you for considering!
Mychael

--- a/gitk
+++ b/gitk
@@ -2409,6 +2409,7 @@ proc makewindow {} {
     text $ctext -background $bgcolor -foreground $fgcolor \
 	-state disabled -undo 0 -font textfont \
 	-yscrollcommand scrolltext -wrap none \
+	-selectbackground $selectbgcolor -selectforeground $fgcolor \
 	-xscrollcommand ".bleft.bottom.sbhorizontal set"
     if {$have_tk85} {
 	$ctext conf -tabstyle wordprocessor


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-21 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 14:48 gitk selection color not persistent MJANES

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).