diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-08-16 05:04:54 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-08-19 03:29:11 +0200 |
commit | 61ff6e97c57f62ee3ad4ffc2166e433bc060e7cb (patch) | |
tree | 64c032ebdd040809d1b7e822e627e199a9c2476e /sample.teco_ini | |
parent | 94b041ec331427fd63cdae3e943efe825d1bbf14 (diff) | |
download | sciteco-61ff6e97c57f62ee3ad4ffc2166e433bc060e7cb.tar.gz |
Integrated clipboard support
* mapped to different registers beginning with "~"
* on supported platforms accessing the clipboard is as easy as
X~ or G~.
Naturally this also allows clipboards to be pasted in
string arguments/insertions (^EQ~).
* Currently, Gtk+, PDCurses and ncurses/XTerm are supported.
For XTerm clipboard support, users must set 0,256ED to enable
it since we cannot check for XTerm window ops programmatically
(at least without libX11).
* When clipboard regs exist, the clipboard can also be deemed functional.
This allows macros to fall back to xclip(1) if necessary.
* EOL handling has been moved into a new file eol.c and eol.h.
EOL translation no longer depends on GIOChannels but can be
memory-backed as well.
Diffstat (limited to 'sample.teco_ini')
-rw-r--r-- | sample.teco_ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.teco_ini b/sample.teco_ini index fb02d34..6360d14 100644 --- a/sample.teco_ini +++ b/sample.teco_ini @@ -46,6 +46,9 @@ EMQ[$SCITECOPATH]/session.tes ! Uncomment to enable default keyboard macros and function keys ! ! EMQ[$SCITECOPATH]/fnkeys.tes ! +! Uncomment if XTerm allows clipboard operations ! +! 0,256ED ! + ! Uncomment to tweak the undo stack memory limit ! ! 500*1024*1024,2EJ ! |