mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 11:58:17 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -1284,7 +1284,7 @@ forward_key:
|
||||
window_pane_key(wp, c, s, wl, key, m);
|
||||
|
||||
out:
|
||||
if (s != NULL)
|
||||
if (s != NULL && key != KEYC_FOCUS_OUT)
|
||||
server_client_update_latest(c);
|
||||
free(event);
|
||||
return (CMD_RETURN_NORMAL);
|
||||
|
Reference in New Issue
Block a user