mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Eliminate duplicate code and ease the passage for server-wide options by adding
a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w.
This commit is contained in:
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
|
||||
colour.c environ.c grid-view.c grid-utf8.c grid.c input-keys.c \
|
||||
imsg.c imsg-buffer.c input.c key-bindings.c key-string.c \
|
||||
layout-set.c layout.c log.c job.c \
|
||||
mode-key.c names.c options-cmd.c options.c paste.c procname.c \
|
||||
mode-key.c names.c options.c paste.c procname.c \
|
||||
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \
|
||||
server-fn.c server.c server-client.c server-window.c \
|
||||
tmux.c tty-keys.c tty-term.c tty.c utf8.c \
|
||||
|
Reference in New Issue
Block a user