diff options
author | Jason McIntyre <jmc@openbsd.org> | 2010-03-26 19:30:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2010-03-26 19:30:40 +0000 |
commit | d267845cfcdfaad214e1d34d55637fb9f9c2c11b (patch) | |
tree | 86fe753cbef1fed45e3f159a6ab735ae5277917b | |
parent | c550e66e8542919ab4f02d1cdd87b6d59c7896fb (diff) | |
download | rtmux-d267845cfcdfaad214e1d34d55637fb9f9c2c11b.tar.gz rtmux-d267845cfcdfaad214e1d34d55637fb9f9c2c11b.tar.bz2 rtmux-d267845cfcdfaad214e1d34d55637fb9f9c2c11b.zip |
dispense with some wacky escape sequences;
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -405,9 +405,9 @@ Or from .Bd -literal -offset indent $ tmux kill-window -t :1 -$ tmux new-window \\; split-window -d +$ tmux new-window \e; split-window -d -$ tmux new-session -d 'vi /etc/passwd' \\; split-window -d \\; attach +$ tmux new-session -d 'vi /etc/passwd' \e; split-window -d \e; attach .Ed .Sh CLIENTS AND SESSIONS The |