Drop the ability to have a list of keys in the prefix in favour of two
commit535286c05aee55c0127cdabada8e54582905ef8e
authorNicholas Marriott <nicm@openbsd.org>
Sat, 21 Jan 2012 08:40:09 +0000 (21 08:40 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Sat, 21 Jan 2012 08:40:09 +0000 (21 08:40 +0000)
tree425407a0ae29629bd1f5ffacd18b5034be43602f
parent7f24020cbe477548795754f2f7f01aafc2cd3cb8
Drop the ability to have a list of keys in the prefix in favour of two
separate options, prefix and prefix2. This simplifies the code and gets
rid the data options type which was only used for this one option.

Also add a -2 flag to send-prefix to send the secondary prefix key,
fixing a cause of minor irritation.

People who want three prefix keys are out of luck :-).
cmd-send-prefix.c
cmd-set-option.c
key-string.c
options-table.c
options.c
server-client.c
tmux.1
tmux.c
tmux.h