diff options
author | nicm <nicm> | 2019-07-02 20:09:19 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-07-02 20:09:19 +0000 |
commit | 6a489fa7f6360bcd9c0d6b87546d3eb6b0a3654a (patch) | |
tree | 9be23313f5db0dcac810b95079d68defd20bfae3 /tmux.1 | |
parent | 2da050413c17e587be8bede710112096ce6b5f5a (diff) | |
download | rtmux-6a489fa7f6360bcd9c0d6b87546d3eb6b0a3654a.tar.gz rtmux-6a489fa7f6360bcd9c0d6b87546d3eb6b0a3654a.tar.bz2 rtmux-6a489fa7f6360bcd9c0d6b87546d3eb6b0a3654a.zip |
Command prompt key presses need to avoid the command queue, GitHub issue
1817. Also a tmux.1 fix from jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4337,8 +4337,7 @@ to unset. .Ic align=right .Xc Align text to the left, centre or right of the available space if appropriate. -.It Xo Ic fill=colour -.Xc +.It Ic fill=colour Fill the available space with a background colour if appropriate. .It Xo Ic list=on , .Ic list=focus , |