From a78cc98c8bd79cecbb8574a9dff4c9867a8308d9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 18 Nov 2009 17:02:17 +0000 Subject: 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. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 2fb559e3..2b356db1 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 ) -- cgit