diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
commit | 1e55387482bd501770aafc4230cbcad870d3abf3 (patch) | |
tree | e5d7d566056363c7b8ac968f19a083eaf2d5aec0 /Makefile.am | |
parent | eb35babede8a65bdf31b5d864fe36164792364bd (diff) | |
download | sciteco-1e55387482bd501770aafc4230cbcad870d3abf3.tar.gz |
added patch enabling TECO-style (^X) control code echoing in Scintilla
in the future, I might submit a more elaborate Scintilla patch for configuring
the control code strings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 30fa338..78193ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,4 +7,5 @@ noinst_HEADERS = compat/bsd/sys/cdefs.h \ compat/bsd/sys/queue.h \ compat/bsd/sys/tree.h -EXTRA_DIST = TODO +EXTRA_DIST = patches/scintilla-teco-control-codes.patch \ + TODO |