summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-01-01 16:51:21 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-01-01 16:51:21 +0000
commit3e8124009f6737c656e260b2f5b459b4ebe1a10c (patch)
treeb726a5db7cbcc8ff5d4b139be15911e46f3217c8 /Makefile
parenta4515ce138a7c5f275a7134018cfa28c76612321 (diff)
Move the user-visible parts of all options (names, types, limit, default
values) together into one set of tables in options-table.c. Also clean up and simplify cmd-set-options.c and move a common print function into option-table.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 532b19e1..86b28b60 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,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 \
input.c key-bindings.c key-string.c \
layout-custom.c layout-set.c layout-string.c layout.c log.c job.c \
- mode-key.c names.c options.c paste.c procname.c \
+ mode-key.c names.c options.c options-table.c paste.c procname.c \
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \
signal.c server-fn.c server.c server-client.c server-window.c \
tmux.c tty-acs.c tty-keys.c tty-term.c tty.c utf8.c \