diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-10-02 11:33:14 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-10-02 11:33:14 +0000 |
commit | f0c3e9babe0f51052b4b26188467fe2d69f49213 (patch) | |
tree | 4dbf0a3bef8b1b210b56c4747667ca82a7b39ff7 /tmux.1 | |
parent | edd59d9e0f698aca04841365400853a3aa03b47f (diff) | |
download | rtmux-f0c3e9babe0f51052b4b26188467fe2d69f49213.tar.gz rtmux-f0c3e9babe0f51052b4b26188467fe2d69f49213.tar.bz2 rtmux-f0c3e9babe0f51052b4b26188467fe2d69f49213.zip |
Sync OpenBSD patchset 961:
Add -S option to refresh-client to redraw status line, from Marco Beck.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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: September 23 2011 $ +.Dd $Mdocdate: September 28 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -690,11 +690,17 @@ or are invalid if .Fl t is used. -.It Ic refresh-client Op Fl t Ar target-client +.It Xo Ic refresh-client +.Op Fl S +.Op Fl t Ar target-client +.Xc .D1 (alias: Ic refresh ) Refresh the current client if bound to a key, or a single client if one is given with .Fl t . +If +.Fl S +is specified, only update the client's status bar. .It Xo Ic rename-session .Op Fl t Ar target-session .Ar new-name |