Commit b0ae3938 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Added do_enter bugfix for placewewant

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@19 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 12de8e86
Showing with 4 additions and 1 deletion
+4 -1
......@@ -5,11 +5,13 @@ since last release (CVS Only) - 06/06/2000
- Rewrite of display functions to correct the display problems
we had been seeing. Affects: add_marked_sameline, edit_add,
and many others. (Rob Siemborski)
- totsize fixes (Rob Siemborski)
- cut.c:
- totsize fixes (Rob Siemborski)
- nano.c:
- totsize fixes (Rob Siemborski)
- experimental do_wrap and check_wrap (Adam Rogoyski)
do_enter():
- Added reset of placewewant to end.
nano-0.9.10 - 06/04/2000
- es.po:
......
......@@ -918,6 +918,7 @@ int do_enter(filestruct * inptr)
update_cursor();
edit_refresh();
placewewant = xplustabs();
return 1;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment