aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-17 20:01:31 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-17 20:01:31 +0100
commit4931be268277559a328d40218e2ae929e11c21fa (patch)
tree354877c2eecd78b2c87a958d20796e9384293734
parentfee2f8c935e6a9675ac4b0e1559a564728e681e5 (diff)
downloadsciteco-4931be268277559a328d40218e2ae929e11c21fa.tar.gz
document TECO control code echoing patch
-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 @@