mirror of
https://github.com/tmux/tmux.git
synced 2026-07-22 08:51:17 +00:00
Changed key for top level layout field to "L"
This commit is contained in:
@@ -279,7 +279,7 @@ layout_parse(struct window *w, const char *layout, int flags, char **cause)
|
||||
return (-1);
|
||||
}
|
||||
} else {
|
||||
if (sscanf(layout, "{\"v\":%d,\"l\":%n", &version, &n) != 1 ||
|
||||
if (sscanf(layout, "{\"v\":%d,\"L\":%n", &version, &n) != 1 ||
|
||||
n != 11) {
|
||||
*cause = xstrdup("malformed layout header");
|
||||
return (-1);
|
||||
|
||||
Reference in New Issue
Block a user