From b071f6a1d026be2fdbac4ee6e7c2a044407817c3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 22 Feb 2014 17:12:41 +0000 Subject: Update underline matching to not match lists --- tkread | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tkread b/tkread index 95f5d42..60fcbf4 100755 --- a/tkread +++ b/tkread @@ -45,8 +45,8 @@ set surroundfmt { \ } set underlinefmt { \ - {"=" "6" ""} \ - {"-" "3" "italic"} \ + {"==" "6" ""} \ + {"--" "3" "italic"} \ } if { $::argc > 0 && [lindex $::argv 0] == "-h" } { -- cgit v1.2.3