We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db343b commit 42e91ecCopy full SHA for 42e91ec
docs/api.md
@@ -188,3 +188,17 @@
188
```{eval-rst}
189
.. autoclass:: libtmux.test.EnvironmentVarGuard
190
```
191
+
192
+## Environmental variables
193
194
+### tmux format separator
195
196
+```{versionadded} 0.11.0b0
197
198
+```
199
200
+`LIBTMUX_TMUX_FORMAT_SEPARATOR` can be used to override the default string used
201
+to split `tmux(1)`'s formatting information.
202
203
+If you find any compatibility problems with the default, or better yet find a string copacetic
204
+many environments and tmux releases, note it at https://github.com/tmux-python/libtmux/discussions/355.
0 commit comments