[PATCH 1/1] Give better feedback when setting options

2013-07-04 Thread Thomas Adam
When the 'set' command is used without any switches, the lookup happens within whichever table is found for the option being set. Usually this isn't a problem, since missing -t flags assume a valid context. However, when a 'set' command is read from a config file, especially at startup, then the

[PATCH 1/1] new-session: Allow start-directory via -c

2013-07-04 Thread Thomas Adam
From: Thomas As with the neww command, this adds a -c option to specify the starting directory of the session. This means default-path '-' is honored correctly without the need to first cd to the directory and start the tmux session from there. I personally don't care either way for this patch,