diff options
author | 2019-05-30 07:42:41 +0000 | |
---|---|---|
committer | 2019-05-30 07:42:41 +0000 | |
commit | 1d67d3d35b58785aad8cbbf44247d166482f261f (patch) | |
tree | 0f015e2d745ecf1c41828023da6ff05a8379871d /usr.bin/tmux/tmux.1 | |
parent | Mellanox support tells me that according to an internal datasheet, legacy (diff) | |
download | wireguard-openbsd-1d67d3d35b58785aad8cbbf44247d166482f261f.tar.xz wireguard-openbsd-1d67d3d35b58785aad8cbbf44247d166482f261f.zip |
I had hoped that non-xenl terminals had died out, at least in fairly
modern OSs, but no - DragonFly BSD's console returns to haunt us. Fix it
at least somewhat. GitHub issue 1763.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 02aacfc1867..be62231eb8a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.660 2019/05/29 10:08:36 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.661 2019/05/30 07:42:41 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" 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: May 29 2019 $ +.Dd $Mdocdate: May 30 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -4325,7 +4325,7 @@ Align text to the left, centre or right of the available space if appropriate. .It Xo Ic list=on , .Ic list=focus , .Ic list=left-marker , -.Ic list=right=marker , +.Ic list=right-marker , .Ic nolist .Xc Mark the position of the various window list components in the |