CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/23 13:42:19
Modified files:
usr.bin/tmux : cmd-send-keys.c cmd-send-prefix.c
server-client.c tmux.h window-choose.c
window-clock.c window-copy.c window.c
Log message:
Pass in the session, rather than the client, to window modes' key()
function. We were only ever using the client to find the session anyway.
This allows send-key to work properly for manipulating copy mode from
outside tmux.
>From Micah Cowan.
