commit 82e603d273b02e642a1823a5fb0b38f59e2840ec
parent acf71da6366b91d34fb0c53db96cfab0efa748c4
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date: Thu, 6 Jul 2000 02:18:22 +0000
brought up to date due to recent totsize fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@75 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/BUGS b/BUGS
@@ -36,4 +36,5 @@
by the fact that we count the newline at the end when we read in a file
but we do not, in fact, display this newline. This should go away
implicitly when the "Magic Line" returns, but it is noted here for
- documentation's sake. (24)
+ documentation's sake. (24) [FIXED]
+- totsize becomes incorrect after word-wrapping (25)