From a0b2b8e875f5118203125e048f1d89029462f98d Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 19 Nov 2009 22:23:27 +0000 Subject: 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. --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index beb13f00..0713bdbb 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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