diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-28 12:59:13 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-28 12:59:13 +0100 |
commit | 06d101657f40ef4bd6cfeb4524c73eb533620542 (patch) | |
tree | c0ce935f29711dd55a552f29c1605cef5000c93e /tmux.h | |
parent | 2f7ffab0e8de524832b591a9ce6f034406f52e3d (diff) | |
download | rtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.tar.gz rtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.tar.bz2 rtmux-06d101657f40ef4bd6cfeb4524c73eb533620542.zip |
No space in lsw -a targets.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ extern char **environ; "[layout #{window_layout}] #{window_id}" \ "#{?window_active, (active),}"; #define LIST_WINDOWS_WITH_SESSION_TEMPLATE \ - "#{session_name}: " \ + "#{session_name}:" \ "#{window_index}: #{window_name}#{window_flags} " \ "(#{window_panes} panes) " \ "[#{window_width}x#{window_height}] " |