summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-03 17:44:02 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-03 17:44:02 +0000
commit6c9862662fd2cccdc55be9d447a27b10f33ed8ea (patch)
treedc4e67793ad8556b91448ab61599bdb5e78c3e41 /Makefile
parent6bbc92a6f5799f0c3d9ce4fc8c10c161598757be (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4b0ef56..e5a84a9d 100644
--- a/Makefile
+++ b/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 \