summaryrefslogtreecommitdiffstats
path: root/layout-string.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-07-02 02:54:52 +0000
committerTiago Cunha <tcunha@gmx.com>2010-07-02 02:54:52 +0000
commite4703bacb54b873a49a060395870120449efaf18 (patch)
treedbb3e18c606e82c1bb78f4646a0426ec749223bf /layout-string.c
parente4573de97b40a7aaebcdcd2a4b699b5f995fe506 (diff)
Sync OpenBSD patchset 732:
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 'layout-string.c')
-rw-r--r--layout-string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/layout-string.c b/layout-string.c
index 37a68bb2..6f8834b2 100644
--- a/layout-string.c
+++ b/layout-string.c
@@ -1,4 +1,4 @@
-/* $Id: layout-string.c,v 1.3 2010-01-08 16:28:04 tcunha Exp $ */
+/* $Id: layout-string.c,v 1.4 2010-07-02 02:54:52 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -36,7 +36,6 @@ struct layout_cell *layout_find_right(struct layout_cell *);
struct layout_cell *layout_find_topleft(struct layout_cell *);
struct layout_cell *layout_find_topright(struct layout_cell *);
struct layout_cell *layout_find_bottomleft(struct layout_cell *);
-struct layout_cell *layout_find_bottomright(struct layout_cell *);
/* Find the cell; returns NULL if string not understood. */
struct layout_cell *