From de2ea2d1786628172b4c5a19ee7c57246c95be3a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 26 Jun 2009 15:34:12 +0000 Subject: Status line fixes: don't truncate status-right now the length calculation is done for UTF-8, limit to the maximum length correctly when printing, and always print a space even if the left string is longer than the width available. --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index aeb1d234..4ffdff1f 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.3 2009/06/25 22:09:20 nicm Exp $ */ +/* $Id $ */ /* * Copyright (c) 2007 Nicholas Marriott -- cgit