diff options
author | nicm <nicm> | 2022-06-20 07:59:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-06-20 07:59:37 +0000 |
commit | a888ce9963053c790c6ee9bf64cc53d95f0f9c09 (patch) | |
tree | 023976acf9433f2f28435ed97fcd9edf4759c6c0 /tmux.1 | |
parent | d9f84854ac01c8d4f6d5507e88d1dc7bcdd99558 (diff) | |
download | rtmux-a888ce9963053c790c6ee9bf64cc53d95f0f9c09.tar.gz rtmux-a888ce9963053c790c6ee9bf64cc53d95f0f9c09.tar.bz2 rtmux-a888ce9963053c790c6ee9bf64cc53d95f0f9c09.zip |
Do not display configuration file errors in a pane when in control mode,
instead report them with a %config-error notification. GitHub issue 3193.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6529,6 +6529,8 @@ The client is now attached to the session with ID .Ar session-id , which is named .Ar name . +.It Ic %config-error Ar error +An error has happened in a configuration file. .It Ic %continue Ar pane-id The pane has been continued after being paused (if the .Ar pause-after |