blob: 6610b16e76ffae5a4e9cd21a1ebe94c12a6559a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur a/visual_regexp.tcl b/visual_regexp.tcl
--- a/visual_regexp.tcl 2013-11-11 12:11:34.256631106 +0100
+++ b/visual_regexp.tcl 2013-11-11 11:50:46.614881803 +0100
@@ -1437,7 +1439,7 @@
set output [text $f.output \
-wrap char \
-undo 1 \
- -background white
+ -background white \
-font $::font_regexp \
-selectbackground lightblue \
-selectborderwidth 0 \
|