mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
Sync OpenBSD patchset 1125:
Strip layout from choose-windows again (leave in list-windows), suggested by Romain Francoise, diff from Thomas Adam.
This commit is contained in:
parent
30b23baaf5
commit
7c7bd14c61
@ -84,7 +84,9 @@ cmd_list_windows_session(
|
||||
if (template == NULL) {
|
||||
switch (type) {
|
||||
case 0:
|
||||
template = DEFAULT_WINDOW_TEMPLATE;
|
||||
template = DEFAULT_WINDOW_TEMPLATE \
|
||||
" [layout #{window_layout}] #{window_id}" \
|
||||
" #{?window_active, (active),}";
|
||||
break;
|
||||
case 1:
|
||||
template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE;
|
||||
|
4
tmux.h
4
tmux.h
@ -113,9 +113,7 @@ extern char **environ;
|
||||
#define DEFAULT_WINDOW_TEMPLATE \
|
||||
"#{window_index}: #{window_name}#{window_flags} " \
|
||||
"(#{window_panes} panes) " \
|
||||
"[#{window_width}x#{window_height}] " \
|
||||
"[layout #{window_layout}] #{window_id}" \
|
||||
"#{?window_active, (active),}"
|
||||
"[#{window_width}x#{window_height}]"
|
||||
#define DEFAULT_PANE_INFO_TEMPLATE \
|
||||
"#{session_name}:#{window_index}.#{pane_index}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user