diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-03-25 14:29:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-03-25 14:29:37 +0000 |
commit | 3a5aae77b3a3f2ca4a816dfda94c50ee3241b05c (patch) | |
tree | 7a548705e26e70f74a72bd10033f4f2989b691cb | |
parent | a057b5b9918b87475261b31a69c145c88a234e8d (diff) |
Fix columns of cursor_character format in list.
-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 010b08295c9..d6ae5cff54b 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.630 2019/03/22 10:45:17 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.631 2019/03/25 14:29:36 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: March 22 2019 $ +.Dd $Mdocdate: March 25 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -3785,7 +3785,7 @@ The following variables are available, where appropriate: .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" -.It Li "cursor_character" Ta "Character at cursor in pane" +.It Li "cursor_character" Ta "" Ta "Character at cursor in pane" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane" .It Li "history_bytes" Ta "" Ta "Number of bytes in window history" |