summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parenta3efd2ab5aa80757dff1570444faae927ece15b8 (diff)
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70f073da..0b27bd45 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
cmd-choose-buffer.c cmd-delete-buffer.c cmd-detach-client.c \
cmd-find-window.c cmd-generic.c cmd-has-session.c cmd-kill-pane.c \
cmd-kill-server.c cmd-kill-session.c cmd-kill-window.c \
- cmd-last-window.c cmd-link-window.c cmd-list-buffers.c \
+ cmd-last-pane.c cmd-last-window.c cmd-link-window.c cmd-list-buffers.c \
cmd-list-clients.c cmd-list-commands.c cmd-list-keys.c \
cmd-list-sessions.c cmd-list-windows.c cmd-list-panes.c \
cmd-list.c cmd-load-buffer.c cmd-join-pane.c \