mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Swap in new paste buffer code and add a couple more commands.
This commit is contained in:
4
server.c
4
server.c
@ -1,4 +1,4 @@
|
||||
/* $Id: server.c,v 1.73 2008-06-20 06:36:01 nicm Exp $ */
|
||||
/* $Id: server.c,v 1.74 2008-06-20 17:31:48 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -542,7 +542,7 @@ server_handle_client(struct client *c)
|
||||
} else if (key == prefix)
|
||||
c->flags |= CLIENT_PREFIX;
|
||||
else
|
||||
window_key(w, key);
|
||||
window_key(w, c, key);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user