From a03d9c0ecd4edaf004a7e57aa525860f88d86d22 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 16 Sep 2005 17:24:22 +0000
Subject: [PATCH] fix another minor spacing problem in titlebar()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3020 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/winio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c
index 02ef346c..17ca14bf 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2846,7 +2846,7 @@ void titlebar(const char *path)
     if (!newfie) {
 	size_t lenpt = strlenpt(path), start_col;
 
-	dots = (lenpt > space);
+	dots = (lenpt >= space);
 
 	if (dots) {
 	    start_col = lenpt - space + 3;
-- 
GitLab