mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add a "latest" window-size option which tries to size windows based on
the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me.
This commit is contained in:
@ -64,7 +64,7 @@ static const char *options_table_set_clipboard_list[] = {
|
||||
"off", "external", "on", NULL
|
||||
};
|
||||
static const char *options_table_window_size_list[] = {
|
||||
"largest", "smallest", "manual", NULL
|
||||
"largest", "smallest", "manual", "latest", NULL
|
||||
};
|
||||
|
||||
/* Status line format. */
|
||||
|
Reference in New Issue
Block a user