libtmux icon indicating copy to clipboard operation
libtmux copied to clipboard

Fix docstring for color parameter

Open TravisDart opened this issue 1 year ago • 0 comments

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

TravisDart avatar Aug 29 '24 15:08 TravisDart