summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
commit5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e (patch)
treea253452ab5ec7f758f1b92466c2bad623b72e5a6 /cmd.c
parenta3efd2ab5aa80757dff1570444faae927ece15b8 (diff)
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index b324621c..20cf9cdc 100644
--- a/cmd.c
+++ b/cmd.c
@@ -54,6 +54,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_kill_server_entry,
&cmd_kill_session_entry,
&cmd_kill_window_entry,
+ &cmd_last_pane_entry,
&cmd_last_window_entry,
&cmd_link_window_entry,
&cmd_list_buffers_entry,