Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisDart authored and tony committed Feb 1, 2025
1 parent ead667c commit 58ec64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtmux/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Server(EnvironmentMixin):
config_file = None
"""Passthrough to ``[-f file]``"""
colors = None
"""``-2`` or ``-8``"""
"""``256`` or ``88``"""
child_id_attribute = "session_id"
"""Unique child ID used by :class:`~libtmux.common.TmuxRelationalObject`"""
formatter_prefix = "server_"
Expand Down

0 comments on commit 58ec64a

Please sign in to comment.