summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2014-02-22 17:12:41 +0000
committerNick White <git@njw.me.uk>2014-02-22 17:12:41 +0000
commitb071f6a1d026be2fdbac4ee6e7c2a044407817c3 (patch)
tree1ee2be6f9d26ebc4a86d336c97f3763f7e9b0f55
parentf39abeb1a9b048713d8de2670523c4d1fe687888 (diff)
downloadtkread-b071f6a1d026be2fdbac4ee6e7c2a044407817c3.tar.bz2
tkread-b071f6a1d026be2fdbac4ee6e7c2a044407817c3.zip
Update underline matching to not match lists
-rwxr-xr-xtkread4
1 files 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" } {