Implement system clipboard registers "* and "+
commitc9662de55d78baa82dfcac1afab170a0d8e4f163
authorMarc André Tanner <mat@brain-dump.org>
Sat, 30 Jan 2016 19:15:30 +0000 (30 20:15 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 30 Jan 2016 22:12:54 +0000 (30 23:12 +0100)
tree86e9efd6b1fc229cf70a30fbd598715a673b8bb8
parentd94bb93f10365a39d90cc0d4d4b151fc797767df
Implement system clipboard registers "* and "+

Both registers are currently treated identically.
The actual system integration is performed by two shell
scripts vis-copy and vis-paste.
12 files changed:
Makefile
buffer.c
buffer.h
main.c
register.c
register.h
ui.h
vis-copy [new file with mode: 0755]
vis-operators.c
vis-paste [new file with mode: 0755]
vis.c
vis.h