From 54309cc25d4bf9e144342179d815e459c88d6153 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 28 Jan 2017 16:11:27 +0000 Subject: Do not clear the key table when changing session on a client, so that switch-client and friends work with bind -n. --- cmd-attach-session.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd-attach-session.c') diff --git a/cmd-attach-session.c b/cmd-attach-session.c index f61b5930..f39c0e31 100644 --- a/cmd-attach-session.c +++ b/cmd-attach-session.c @@ -98,7 +98,6 @@ cmd_attach_session(struct cmdq_item *item, int dflag, int rflag, environ_update(s->options, c->environ, s->environ); c->session = s; - server_client_set_key_table(c, NULL); status_timer_start(c); notify_client("client-session-changed", c); session_update_activity(s, NULL); -- cgit