From f224d61f3781a246a75e48f222755246920adcb9 Mon Sep 17 00:00:00 2001
From: nicm <nicm>
Date: Wed, 26 Feb 2025 07:50:36 +0000
Subject: [PATCH] Document the use of ';' as a modifier separator, from Matt
 Liggett in GitHub issue 4384.

---
 tmux.1 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tmux.1 b/tmux.1
index 5c979758..e17a92b3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -5867,6 +5867,12 @@ with
 .Ql bar/
 throughout.
 .Pp
+Multiple modifiers may be separated with a semicolon (;) as in
+.Ql #{T;=10:status-left} ,
+which limits the resulting
+.Xr strftime 3 -expanded
+string to at most 10 characters.
+.Pp
 In addition, the last line of a shell command's output may be inserted using
 .Ql #() .
 For example,