=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.665 retrieving revision 1.666 diff -c -r1.665 -r1.666 *** src/usr.bin/tmux/tmux.1 2019/06/13 21:04:21 1.665 --- src/usr.bin/tmux/tmux.1 2019/06/14 12:04:11 1.666 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.665 2019/06/13 21:04:21 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.666 2019/06/14 12:04:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 13 2019 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 14 2019 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 582,590 **** .Ql %endif . For example: .Bd -literal -offset indent ! %if #{==:#{host},myhost} set -g status-style bg=red ! %elif #{==:#{host},myotherhost} set -g status-style bg=green %else set -g status-style bg=blue --- 582,590 ---- .Ql %endif . For example: .Bd -literal -offset indent ! %if "#{==:#{host},myhost}" set -g status-style bg=red ! %elif "#{==:#{host},myotherhost}" set -g status-style bg=green %else set -g status-style bg=blue