mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
No space in lsw -a targets.
This commit is contained in:
parent
2f7ffab0e8
commit
06d101657f
2
tmux.h
2
tmux.h
@ -144,7 +144,7 @@ extern char **environ;
|
|||||||
"[layout #{window_layout}] #{window_id}" \
|
"[layout #{window_layout}] #{window_id}" \
|
||||||
"#{?window_active, (active),}";
|
"#{?window_active, (active),}";
|
||||||
#define LIST_WINDOWS_WITH_SESSION_TEMPLATE \
|
#define LIST_WINDOWS_WITH_SESSION_TEMPLATE \
|
||||||
"#{session_name}: " \
|
"#{session_name}:" \
|
||||||
"#{window_index}: #{window_name}#{window_flags} " \
|
"#{window_index}: #{window_name}#{window_flags} " \
|
||||||
"(#{window_panes} panes) " \
|
"(#{window_panes} panes) " \
|
||||||
"[#{window_width}x#{window_height}] "
|
"[#{window_width}x#{window_height}] "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user