summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-22 18:09:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-22 18:09:43 +0000
commit18d72e69289fa3dbdb0766ea7f9c0ff8908626b9 (patch)
treedb3fca1dba3a1041c902764f32b2fcdf2cd915c2 /Makefile
parent4930e894c278a9267861ccf3db231d97d2208741 (diff)
Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3fb19c5..ab0380ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.46 2007-11-21 19:44:04 nicm Exp $
+# $Id: Makefile,v 1.47 2007-11-22 18:09:43 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -26,8 +26,8 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
cmd-refresh-client.c cmd-kill-window.c cmd-list-clients.c \
cmd-link-window.c cmd-unlink-window.c cmd-next-window.c \
cmd-swap-window.c cmd-rename-session.c cmd-kill-session.c \
- cmd-switch-client.c cmd-has-session.c cmd-scroll-mode.c \
- window-scroll.c window-more.c
+ cmd-switch-client.c cmd-has-session.c cmd-scroll-mode.c cmd-copy-mode.c \
+ window-scroll.c window-more.c window-copy.c
CC?= cc
INCDIRS+= -I. -I- -I/usr/local/include