From 552c9cd83f7207759b41947f63ada828683b7892 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 29 Jun 2010 03:30:13 +0000 Subject: 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. --- layout-string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'layout-string.c') diff --git a/layout-string.c b/layout-string.c index f3abe8f9..4b63f19a 100644 --- a/layout-string.c +++ b/layout-string.c @@ -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 * -- cgit