summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-10-24 01:34:30 +0000
committerTiago Cunha <tcunha@gmx.com>2010-10-24 01:34:30 +0000
commitcd079e8fbfb6e2606e000f5357ef3a5cec2f3fe3 (patch)
treeaed55d5695f85f29356246e170ad09fd385d8324 /cmd.c
parent8703e9f2f90e52ca69b7126f1aa03b48f86a67f6 (diff)
Sync OpenBSD patchset 780:
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 8b602c13..288b8ff8 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.143 2010-10-24 00:32:35 tcunha Exp $ */
+/* $Id: cmd.c,v 1.144 2010-10-24 01:34:30 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -53,6 +53,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,