aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/scintilla-teco-control-codes.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/scintilla-teco-control-codes.patch b/patches/scintilla-teco-control-codes.patch
index d95a008..55e52ad 100644
--- a/patches/scintilla-teco-control-codes.patch
+++ b/patches/scintilla-teco-control-codes.patch
@@ -1,3 +1,7 @@
+Hacks Scintilla to display control characters like TECO does:
+Caret followed by code+64 with a few exceptions.
+Also improves Scinterm's heuristics for printing control
+characters.
--- scintilla/src/Editor.cxx 2013-01-19 21:51:58.002270685 +0100
+++ scintilla/src/Editor.cxx 2013-01-20 02:07:27.212272030 +0100
@@ -351,10 +351,10 @@