mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
This commit is contained in:
2
paste.c
2
paste.c
@ -150,7 +150,7 @@ paste_add(char *data, size_t size)
|
||||
if (size == 0)
|
||||
return;
|
||||
|
||||
limit = options_get_number(&global_options, "buffer-limit");
|
||||
limit = options_get_number(global_options, "buffer-limit");
|
||||
RB_FOREACH_REVERSE_SAFE(pb, paste_time_tree, &paste_by_time, pb1) {
|
||||
if (paste_num_automatic < limit)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user