diff options
author | Jason McIntyre <jmc@openbsd.org> | 2012-01-30 20:48:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2012-01-30 20:48:28 +0000 |
commit | 677ed3e5f0ed6296e421c974a3e4c90cefe2024c (patch) | |
tree | 83c88686357f798bada29b0d715d52117183dae1 | |
parent | f188345b33061d3bff7bb8a0fcae2948489b37c1 (diff) | |
download | rtmux-677ed3e5f0ed6296e421c974a3e4c90cefe2024c.tar.gz rtmux-677ed3e5f0ed6296e421c974a3e4c90cefe2024c.tar.bz2 rtmux-677ed3e5f0ed6296e421c974a3e4c90cefe2024c.zip |
id -> ID; ok nicm
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -386,7 +386,7 @@ follows the same rules as for and .Em window is looked for in order: as a window index, for example mysession:1; -as a window id, such as @1; +as a window ID, such as @1; as an exact window name, such as mysession:mywindow; then as an .Xr fnmatch 3 pattern or the start of a window name, such as mysession:mywin* or @@ -2684,7 +2684,7 @@ The following variables are available, where appropriate: .It Li "pane_active" Ta "1 if active pane" .It Li "pane_dead" Ta "1 if pane is dead" .It Li "pane_height" Ta "Height of pane" -.It Li "pane_id" Ta "Unique pane id" +.It Li "pane_id" Ta "Unique pane ID" .It Li "pane_pid" Ta "PID of first process in pane" .It Li "pane_start_command" Ta "Command pane started with" .It Li "pane_start_path" Ta "Path pane started with" |