summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-08-31 20:46:19 +0000
committernicm <nicm@openbsd.org>2009-08-31 20:46:19 +0000
commit669c539cc19744ca17485a37ed473808a611f35f (patch)
tree3ebccd35b2e1af6ee05f78db60492bb2413bf1d4 /usr.bin/tmux/cmd.c
parentUse UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define. (diff)
downloadwireguard-openbsd-669c539cc19744ca17485a37ed473808a611f35f.tar.xz
wireguard-openbsd-669c539cc19744ca17485a37ed473808a611f35f.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 'usr.bin/tmux/cmd.c')
-rw-r--r--usr.bin/tmux/cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/cmd.c b/usr.bin/tmux/cmd.c
index 9288bcba82f..e897a56e16e 100644
--- a/usr.bin/tmux/cmd.c
+++ b/usr.bin/tmux/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.15 2009/08/25 12:18:51 nicm Exp $ */
+/* $OpenBSD: cmd.c,v 1.16 2009/08/31 20:46:19 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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,