summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-12-30 23:16:19 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-12-30 23:16:19 +0000
commitde34f30d82fbe5af3397b33b8447b0f89819f317 (patch)
treec8b7d9ad6076ce018124cccf9498e0f2545c7a24 /usr.bin/tmux/Makefile
parentf86a8cbba3c4969f3c12fc7107790af4c8538407 (diff)
Change from a per-session stack of buffers to one global stack which is
much more convenient and also simplifies lot of code. This renders copy-buffer useless and makes buffer-limit now a server option. By Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r--usr.bin/tmux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile
index 8290b6b8246..fbadd4dbb47 100644
--- a/usr.bin/tmux/Makefile
+++ b/usr.bin/tmux/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.46 2010/10/23 13:04:34 nicm Exp $
+# $OpenBSD: Makefile,v 1.47 2010/12/30 23:16:18 nicm Exp $
PROG= tmux
SRCS= attributes.c cfg.c client.c clock.c \
cmd-attach-session.c cmd-bind-key.c \
cmd-break-pane.c cmd-choose-session.c cmd-choose-window.c \
cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c \
- cmd-confirm-before.c cmd-copy-buffer.c cmd-copy-mode.c \
+ cmd-confirm-before.c cmd-copy-mode.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 \