tmux-python / libtmux

⚙️ Python API / wrapper for tmux
https://libtmux.git-pull.com
MIT License
1.01k stars 104 forks source link

Fix docstring for color parameter #544

Open TravisDart opened 2 months ago

TravisDart commented 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