diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-06-29 03:30:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-06-29 03:30:13 +0000 |
commit | 552c9cd83f7207759b41947f63ada828683b7892 (patch) | |
tree | 432a775eabec3af116d70a5d6bff2fa2d88cd470 /layout-string.c | |
parent | 76bbdeb586ad93cfb16bd12db865b4c672a9168e (diff) | |
download | rtmux-552c9cd83f7207759b41947f63ada828683b7892.tar.gz rtmux-552c9cd83f7207759b41947f63ada828683b7892.tar.bz2 rtmux-552c9cd83f7207759b41947f63ada828683b7892.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |