Conversation
|
Not sure if this change warrants a separate unit test, but I can add one if needed. |
Fixes tmux-python#654. `libtmux.server.Server` already supports a `config` option, so extend the option to the `tmuxp load` command line.
1ce725f to
a91404d
Compare
Codecov Report
@@ Coverage Diff @@
## master #665 +/- ##
==========================================
+ Coverage 75.93% 75.95% +0.02%
==========================================
Files 8 8
Lines 1180 1181 +1
Branches 295 295
==========================================
+ Hits 896 897 +1
Misses 204 204
Partials 80 80
Continue to review full report at Codecov.
|
|
This works, the behavior is exactly like tmux proper. The configs bind to the server If users want to launch a different tmux server with a totally separate and independent configuration, pass e e.g. |
|
@jfindlay Thank you! I will follow up with the versions this rolls out for |
|
@jfindlay followed up here: #654 (reply in thread) |
Fixes #654.
libtmux.server.Serveralready supports aconfigoption, so extend the option to thetmuxp loadcommand line.