summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-26 15:34:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-26 15:34:12 +0000
commitde2ea2d1786628172b4c5a19ee7c57246c95be3a (patch)
treea41b478e7b4842152f53e76dafe850bfe33fc5b3 /client.c
parent3fcbe1e27bc8656742671733f987904818ca23d2 (diff)
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.
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
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 <nicm@users.sourceforge.net>