Commit ade3763
committed
Window(fix[select_layout]): use -p flag for previous layout, not -o
why: select-layout -o restores the old/saved layout (undo), while -p
cycles to the previous layout preset. The previous_layout parameter
was sending -o instead of -p. Verified in cmd-select-layout.c:89.
what:
- Change -o to -p for previous_layout flag
- Update docstring to reference correct flag1 parent 81ea8b2 commit ade3763
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
0 commit comments