gitk selection color not persistent

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux