diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-19 22:23:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-19 22:23:27 +0000 |
commit | a0b2b8e875f5118203125e048f1d89029462f98d (patch) | |
tree | 9d4e18cf622e6f641443c326725f30ff65617f52 /tmux.1 | |
parent | acc331c787f4d85c0909563139f7cc81c54edc55 (diff) | |
download | rtmux-a0b2b8e875f5118203125e048f1d89029462f98d.tar.gz rtmux-a0b2b8e875f5118203125e048f1d89029462f98d.tar.bz2 rtmux-a0b2b8e875f5118203125e048f1d89029462f98d.zip |
Sync OpenBSD patchset 547:
Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid
data into functions in a new file, grid-utf8.c, and use sizeof intead of
UTF8_DATA.
Also nuke trailing whitespace from tmux.1, reminded by jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.202 2009-11-19 22:20:04 tcunha Exp $ +.\" $Id: tmux.1,v 1.203 2009-11-19 22:23:27 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -454,7 +454,7 @@ with .D1 (alias: Ic rename ) Rename the session to .Ar new-name . -.It Xo Ic show-messages +.It Xo Ic show-messages .Op Fl t Ar target-client .Xc .D1 (alias: Ic showmsgs ) |