summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-10-10 12:02:24 +0000
committernicm <nicm@openbsd.org>2013-10-10 12:02:24 +0000
commit0225f070d4de00d796c24155fb4dfc6f1dc32188 (patch)
tree1e51b41f045ab23fa3f5bb0282980b83a1155b92
parentA couple of manpage fixes from Tiago Cunha. (diff)
downloadwireguard-openbsd-0225f070d4de00d796c24155fb4dfc6f1dc32188.tar.xz
wireguard-openbsd-0225f070d4de00d796c24155fb4dfc6f1dc32188.zip
No space in lsw -a targets.
-rw-r--r--usr.bin/tmux/tmux.h4
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}] "