From 35ca994ba274a0f3f71e50b0a1aadf275d4441dc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 6 Oct 2009 07:19:32 +0000 Subject: Remove scroll mode which is now redundant, copy mode should be used instead. The = key binding now does nothing. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit