summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
commit35ca994ba274a0f3f71e50b0a1aadf275d4441dc (patch)
tree787093f6c1270954b29efa23f76e2ea257d83d6e /Makefile
parent9400fdac77cff0607f592c969949c7e4feed4913 (diff)
Remove scroll mode which is now redundant, copy mode should be used instead.
The = key binding now does nothing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6df7718..591badde 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
cmd-previous-layout.c cmd-previous-window.c cmd-refresh-client.c \
cmd-rename-session.c cmd-rename-window.c cmd-resize-pane.c \
cmd-respawn-window.c cmd-rotate-window.c cmd-save-buffer.c \
- cmd-scroll-mode.c cmd-select-layout.c cmd-select-pane.c \
+ cmd-select-layout.c cmd-select-pane.c \
cmd-select-prompt.c cmd-select-window.c cmd-send-keys.c \
cmd-send-prefix.c cmd-server-info.c cmd-set-buffer.c cmd-set-option.c \
cmd-set-window-option.c cmd-show-buffer.c \
@@ -35,7 +35,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
resize.c screen-redraw.c screen-write.c screen.c server-fn.c \
server-msg.c server.c session.c status.c tmux.c tty-keys.c tty-term.c \
tty.c utf8.c window-choose.c window-clock.c \
- window-copy.c window-more.c window-scroll.c window.c xmalloc.c
+ window-copy.c window-more.c window.c xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations