Open TravisDart opened 2 months ago
This PR fixes an incorrect docstring.
For the color parameter, the API for libtmux actually expects either 256 or 88. See this place in code: https://github.com/tmux-python/libtmux/blob/master/src/libtmux/server.py#L238
color
256
88
This PR fixes an incorrect docstring.
For the
color
parameter, the API for libtmux actually expects either256
or88
. See this place in code: https://github.com/tmux-python/libtmux/blob/master/src/libtmux/server.py#L238