mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
add an append operation to cut buffer handling
This commit is contained in:
parent
dc03baa0d3
commit
876609901a
2 changed files with 33 additions and 16 deletions
|
|
@ -23,6 +23,7 @@ typedef struct {
|
|||
typedef enum {
|
||||
CUTBUFFER_UPDATE_NOOP,
|
||||
CUTBUFFER_UPDATE_REPLACE,
|
||||
CUTBUFFER_UPDATE_APPEND,
|
||||
CUTBUFFER_UPDATE_PREPEND
|
||||
} CUTBUFFER_UPDATE_OP;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue