Missing space in capture-pane usage, from Ben Boeckel.

Also man page fixed from jmc.
pull/1633/head
nicm 2019-03-14 06:36:21 +00:00
parent 2fbd491ff0
commit 1e9f8a3523
2 changed files with 5 additions and 4 deletions

View File

@ -41,7 +41,7 @@ const struct cmd_entry cmd_capture_pane_entry = {
.args = { "ab:CeE:JpPqS:t:", 0, 0 }, .args = { "ab:CeE:JpPqS:t:", 0, 0 },
.usage = "[-aCeJpPq] " CMD_BUFFER_USAGE " [-E end-line] " .usage = "[-aCeJpPq] " CMD_BUFFER_USAGE " [-E end-line] "
"[-S start-line]" CMD_TARGET_PANE_USAGE, "[-S start-line] " CMD_TARGET_PANE_USAGE,
.target = { 't', CMD_FIND_PANE, 0 }, .target = { 't', CMD_FIND_PANE, 0 },

7
tmux.1
View File

@ -3724,9 +3724,10 @@ option rather than the content itself.
or or
.Ql P: .Ql P:
will loop over each session, window or pane and insert the format once will loop over each session, window or pane and insert the format once
for each. For windows and panes, two comma-separated formats may be for each.
given, the second is used for the current window or active pane. For For windows and panes, two comma-separated formats may be given:
example to get a list of windows formatted like the status line: the second is used for the current window or active pane.
For example, to get a list of windows formatted like the status line:
.Bd -literal -offset indent .Bd -literal -offset indent
#{W:#{E:window-status-format} ,#{E:window-status-current-format} } #{W:#{E:window-status-format} ,#{E:window-status-current-format} }
.Ed .Ed