aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-05 11:35:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-05 11:35:33 +0100
commit23b4e1b9d830fa8b0a62c25d08453ae64e0deb9b (patch)
tree0b46afb9d7d21549f759268489cb769f67b76279
parente810f1527252f49ff499343a2f7cf8897f4a78cd (diff)
downloadrtmux-23b4e1b9d830fa8b0a62c25d08453ae64e0deb9b.tar.gz
rtmux-23b4e1b9d830fa8b0a62c25d08453ae64e0deb9b.tar.bz2
rtmux-23b4e1b9d830fa8b0a62c25d08453ae64e0deb9b.zip
pane_path is not #T, from Chris Rawnsley.
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 2b460519..e1e51ae4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4553,7 +4553,7 @@ The following variables are available, where appropriate:
.It Li "pane_marked" Ta "" Ta "1 if this is the marked pane"
.It Li "pane_marked_set" Ta "" Ta "1 if a marked pane is set"
.It Li "pane_mode" Ta "" Ta "Name of pane mode, if any"
-.It Li "pane_path" Ta "#T" Ta "Path of pane (can be set by application)"
+.It Li "pane_path" Ta "" Ta "Path of pane (can be set by application)"
.It Li "pane_pid" Ta "" Ta "PID of first process in pane"
.It Li "pane_pipe" Ta "" Ta "1 if pane is being piped"
.It Li "pane_right" Ta "" Ta "Right of pane"