summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-06-05 10:53:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-06-05 10:53:05 +0000
commit2b60c648c4e0202ca2743fe958e0eabfc0479f55 (patch)
treed100a1acc4a275a6290eb01a50268eef7bf0b4a4 /Makefile
parentf537870909c024ff5aaa7b9d15f3af469811ab3c (diff)
Get rid of the layout string code which tries to walk through the layout
hierarchy and instead just look at what panes are actually in the window.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c103d766..8bc766e1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ SRCS= arguments.c attributes.c cfg.c client.c clock.c \
cmd-pipe-pane.c cmd-capture-pane.c cmd.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 \
+ layout-custom.c layout-set.c layout.c log.c job.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 \