diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-06-15 12:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-06-15 12:01:11 +0100 |
commit | 5c12230a0879c7dd3ac5332dfdb9d0d7416b3557 (patch) | |
tree | 2721e0016e2ca721635e51aa6bf745ed880e6a3b /tmux.1 | |
parent | 150c9f3fe0f7d74677d391d798efe2d49aa58cd9 (diff) | |
parent | bee3e3e28d04a237b1013b1dd3d36cddcd326891 (diff) | |
download | rtmux-5c12230a0879c7dd3ac5332dfdb9d0d7416b3557.tar.gz rtmux-5c12230a0879c7dd3ac5332dfdb9d0d7416b3557.tar.bz2 rtmux-5c12230a0879c7dd3ac5332dfdb9d0d7416b3557.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -777,7 +777,9 @@ section. If .Ar target-session is specified, list only clients connected to that session. -.It Ic list-commands +.It Xo Ic list-commands +.Op Fl F Ar format +.Xc .D1 (alias: Ic lscm ) List the syntax of all commands supported by .Nm . @@ -3496,6 +3498,9 @@ The following variables are available, where appropriate: .It Li "client_width" Ta "" Ta "Width of client" .It Li "command_hooked" Ta "" Ta "Name of command hooked, if any" .It Li "command_name" Ta "" Ta "Name of command in use, if any" +.It Li "command_list_name" Ta "" Ta "Command name if listing commands" +.It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" +.It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane" |