mirror of
https://github.com/tmux/tmux.git
synced 2026-04-16 03:56:28 +00:00
Bring some new formats from the floating panes work: pane_zoomed_flag,
pane_flags, pane_floating_flag. By Michael Grant.
This commit is contained in:
@@ -58,7 +58,7 @@ layout_checksum(const char *layout)
|
||||
|
||||
/* Dump layout as a string. */
|
||||
char *
|
||||
layout_dump(struct layout_cell *root)
|
||||
layout_dump(__unused struct window *w, struct layout_cell *root)
|
||||
{
|
||||
char layout[8192], *out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user