commit d4ddd014a368bbc39a98be5123895eea2bc641cb
parent ee733e6d4cc784c1af123717fb71876345bc62d6
Author: Chris Allegretta <chrisa@asty.org>
Date: Tue, 23 Jan 2001 01:17:07 +0000
Oops, center_x and y, not current. Thx Rocco
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@499 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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.