libtmux
libtmux copied to clipboard
Fix docstring for color parameter
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