mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Client tidying: get rid of client_ctx struct in favour of two variables in
client.c, and move the functions in client-fn.c into other files.
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# $OpenBSD$
|
||||
|
||||
PROG= tmux
|
||||
SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
|
||||
SRCS= attributes.c buffer-poll.c buffer.c cfg.c \
|
||||
client.c clock.c cmd-attach-session.c cmd-bind-key.c \
|
||||
cmd-break-pane.c cmd-choose-session.c cmd-choose-window.c \
|
||||
cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c \
|
||||
|
Reference in New Issue
Block a user