add an append operation to cut buffer handling

This commit is contained in:
Todd A. Pratt 2016-01-30 09:34:46 -05:00
commit 876609901a
2 changed files with 33 additions and 16 deletions

View file

@ -23,6 +23,7 @@ typedef struct {
typedef enum {
CUTBUFFER_UPDATE_NOOP,
CUTBUFFER_UPDATE_REPLACE,
CUTBUFFER_UPDATE_APPEND,
CUTBUFFER_UPDATE_PREPEND
} CUTBUFFER_UPDATE_OP;