diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-18 17:02:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-18 17:02:17 +0000 |
commit | a78cc98c8bd79cecbb8574a9dff4c9867a8308d9 (patch) | |
tree | 479fa44868219f4e3c39720a6c0068f947ac36d5 /tmux.1 | |
parent | 8db145da1ed40d471e9ecff0e788ced26a43fc92 (diff) | |
download | rtmux-a78cc98c8bd79cecbb8574a9dff4c9867a8308d9.tar.gz rtmux-a78cc98c8bd79cecbb8574a9dff4c9867a8308d9.tar.bz2 rtmux-a78cc98c8bd79cecbb8574a9dff4c9867a8308d9.zip |
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |