diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-08-31 20:46:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-08-31 20:46:19 +0000 |
commit | 04319964b95304138dbe5cbce0b97222769d0c17 (patch) | |
tree | 3d067da0a55da208bbf9dd18d1711d5b165ffcfc /cmd.c | |
parent | 8102ec3be55e9800837eeb2f1f9135a433452794 (diff) | |
download | rtmux-04319964b95304138dbe5cbce0b97222769d0c17.tar.gz rtmux-04319964b95304138dbe5cbce0b97222769d0c17.tar.bz2 rtmux-04319964b95304138dbe5cbce0b97222769d0c17.zip |
Add a new display-panes command, with two options (display-panes-colour and
display-panes-time), which displays a visual indication of the number of each
pane.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_delete_buffer_entry, &cmd_detach_client_entry, &cmd_display_message_entry, + &cmd_display_panes_entry, &cmd_down_pane_entry, &cmd_find_window_entry, &cmd_has_session_entry, |