Add select-layout -o to undo the last layout change (apply the previously

set layout).
This commit is contained in:
nicm
2015-04-28 10:43:13 +00:00
parent c2bc84aa4d
commit 771744426e
4 changed files with 59 additions and 28 deletions

1
tmux.h
View File

@ -965,6 +965,7 @@ struct window {
int lastlayout;
struct layout_cell *layout_root;
struct layout_cell *saved_layout_root;
char *old_layout;
u_int sx;
u_int sy;