summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-22 20:56:58 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-22 20:56:58 +0000
commitdd4a3b24fc5b0d6e38e87b3a3c1bc0a47bdc9700 (patch)
treecb3ddc18839217458254cf79a484723b2fe16863 /Makefile
parentddad0be5f773978c09e7c86ad79596ce7af9ec71 (diff)
tty_write is relatively short and the only function left in tty-write.c so move
it into tty.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 924ac4ec..b565c44b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
mode-key.c names.c options-cmd.c options.c paste.c procname.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-write.c tty.c utf8.c window-choose.c window-clock.c \
+ tty.c utf8.c window-choose.c window-clock.c \
window-copy.c window-more.c window-scroll.c window.c xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2