diff options
author | 2013-10-10 12:02:24 +0000 | |
---|---|---|
committer | 2013-10-10 12:02:24 +0000 | |
commit | 0225f070d4de00d796c24155fb4dfc6f1dc32188 (patch) | |
tree | 1e51b41f045ab23fa3f5bb0282980b83a1155b92 | |
parent | A couple of manpage fixes from Tiago Cunha. (diff) | |
download | wireguard-openbsd-0225f070d4de00d796c24155fb4dfc6f1dc32188.tar.xz wireguard-openbsd-0225f070d4de00d796c24155fb4dfc6f1dc32188.zip |
No space in lsw -a targets.
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 9ee6e165da6..b2413d1cc91 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.419 2013/10/10 12:00:24 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.420 2013/10/10 12:02:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -151,7 +151,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}] " |