If you want to send a string "C-a" to a pane, you have to do
send-keys C - a
...or something similar; but certainly not "C-a", because that would be
looked up as a key name. While scripting, you probably don't want to
bother whether or not a string also names a key or not.
This adds a flag, th
Nicholas Marriott writes:
> Testing from people who use the mouse but are going to keep status line
> at the bottom would be useful too (apply this and set -g status-position
> bottom).
This (or at least the version in svn) reintroduces a bug I fixed a few
weeks ago: clicking on the status line
Whoops, think this should fix:
Index: server-client.c
===
RCS file: /cvs/src/usr.bin/tmux/server-client.c,v
retrieving revision 1.66
diff -u -p -r1.66 server-client.c
--- server-client.c 29 Jan 2012 09:37:02 - 1.66
+++ se
This patch replaces the repeated pattern of freeing a window name and
setting it to a strdup'ed value with a function. It lays the trail for
a future patch which adds a control client notification when windows
are renamed.
Do you want me to send a patch for the list-windows target or are you
handl