]> git.wh0rd.org Git - nano.git/commitdiff
Oops, center_x and y, not current. Thx Rocco
authorChris Allegretta <chrisa@asty.org>
Tue, 23 Jan 2001 01:17:07 +0000 (01:17 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 23 Jan 2001 01:17:07 +0000 (01:17 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@499 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 978b679a71b5fb43b24315f1017288071eca1a21..f8f21ed4e01f75e04caa34efc4ae457781b659d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 CVS code -
 General
-       - Removed current_x and current_y globals.  current_y was
-         completely unused and current_x was only used a few places,
+       - Removed center_x and center_y globals.  center_y was
+         completely unused and center_x was only used a few places,
          easily replaced with COLS / 2.
        - Deleted free_node, duplicate of delete_node, and changed all
          free_node calls to delete_node.