mirror of
https://github.com/tmux/tmux.git
synced 2026-02-14 18:19:21 +00:00
Merge branch 'obsd-master'
This commit is contained in:
13
paste.c
13
paste.c
@@ -29,19 +29,6 @@
|
||||
* string!
|
||||
*/
|
||||
|
||||
struct paste_buffer {
|
||||
char *data;
|
||||
size_t size;
|
||||
|
||||
char *name;
|
||||
time_t created;
|
||||
int automatic;
|
||||
u_int order;
|
||||
|
||||
RB_ENTRY(paste_buffer) name_entry;
|
||||
RB_ENTRY(paste_buffer) time_entry;
|
||||
};
|
||||
|
||||
static u_int paste_next_index;
|
||||
static u_int paste_next_order;
|
||||
static u_int paste_num_automatic;
|
||||
|
||||
Reference in New Issue
Block a user