mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08:48 +00:00
Missing ; in previous.
This commit is contained in:
parent
5fbae8c8c6
commit
f5366ff828
@ -3721,7 +3721,7 @@ window_copy_get_selection(struct window_mode_entry *wme, size_t *len)
|
|||||||
/* Don't bother if no data. */
|
/* Don't bother if no data. */
|
||||||
if (off == 0) {
|
if (off == 0) {
|
||||||
free(buf);
|
free(buf);
|
||||||
*len = 0
|
*len = 0;
|
||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
if (keys == MODEKEY_EMACS || lastex <= ey_last)
|
if (keys == MODEKEY_EMACS || lastex <= ey_last)
|
||||||
|
Loading…
Reference in New Issue
Block a user