mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
tty_write is relatively short and the only function left in tty-write.c so move
it into tty.c.
This commit is contained in:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user