texlive[50426] Master/tlpkg/tltcl/tltcl.tcl: Better(?) symbol for
commits+siepo at tug.org
commits+siepo at tug.org
Sun Mar 17 16:07:14 CET 2019
Revision: 50426
http://tug.org/svn/texlive?view=revision&revision=50426
Author: siepo
Date: 2019-03-17 16:07:13 +0100 (Sun, 17 Mar 2019)
Log Message:
-----------
Better(?) symbol for selected entries
Modified Paths:
--------------
trunk/Master/tlpkg/tltcl/tltcl.tcl
Modified: trunk/Master/tlpkg/tltcl/tltcl.tcl
===================================================================
--- trunk/Master/tlpkg/tltcl/tltcl.tcl 2019-03-17 11:52:43 UTC (rev 50425)
+++ trunk/Master/tlpkg/tltcl/tltcl.tcl 2019-03-17 15:07:13 UTC (rev 50426)
@@ -286,7 +286,7 @@
# under windows, these look slightly better than
# the non-windows selections
if $mrk {
- return "\u25C9" ; # 'fisheye'
+ return "\u2714" ; # 'heavy check mark'
} else {
return "\u25CB" ; # 'white circle'
}
More information about the tex-live-commits
mailing list