Add missing theme hooks, from Eric NICOLAS in GitHub issue 4519.

This commit is contained in:
nicm
2025-05-28 09:53:57 +00:00
parent 3f4b154b70
commit 77ca59acac

4
tmux.1
View File

@ -5469,6 +5469,10 @@ Run when focus exits a client
Run when a client is resized.
.It client-session-changed
Run when a client's attached session is changed.
.It client-light-theme
Run when a client switches to a light theme.
.It client-dark-theme
Run when a client switches to a dark theme.
.It command-error
Run when a command fails.
.It pane-died