From 6a489fa7f6360bcd9c0d6b87546d3eb6b0a3654a Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 2 Jul 2019 20:09:19 +0000 Subject: Command prompt key presses need to avoid the command queue, GitHub issue 1817. Also a tmux.1 fix from jmc. --- tmux.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 44ef4a96..02ef1f2c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 , -- cgit