From 2c70a4e608fb21d48f8708bcdd5c1bc1592b5b28 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 5 Dec 2004 06:03:46 +0000
Subject: [PATCH] document the last titlebar() change

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2163 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a1f35b7a..54d1a2ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -93,10 +93,10 @@ CVS code -
 	  a segfault. (DLR)
 - winio.c:
   titlebar()
-	- Rename some variables for consistency, properly handle the
-	  case where the prefix length plus the path length is greater
-	  than the amount of space available, and fix a typo in an
-	  assert(). (DLR)
+	- Rename some variables for consistency, make space an int
+	  instead of a size_t, properly handle the case where the prefix
+	  length plus the path length is greater than the amount of
+	  space available, and fix a typo in an assert. (DLR)
   unget_kbinput()
 	- Remove the wide character handling, as it didn't work properly
 	  with respect to function keys. (DLR)
-- 
GitLab