summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-06-29 03:30:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-06-29 03:30:13 +0000
commit552c9cd83f7207759b41947f63ada828683b7892 (patch)
tree432a775eabec3af116d70a5d6bff2fa2d88cd470 /Makefile
parent76bbdeb586ad93cfb16bd12db865b4c672a9168e (diff)
Custom layouts. list-windows command displays the layout as a string (such as
"bb62,159x48,0,0{79x48,0,0,79x48,80,0}") and it can be applied to another window (with the same number of panes or fewer) using select-layout.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa4e6af6..b70804f1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ SRCS= 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-set.c layout-string.c layout.c log.c job.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 \
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 \