Commit 10eab1da authored by Robert Siemborski's avatar Robert Siemborski
Browse files

Fixes faiure of display to update in do_insertfile

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@25 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -12,6 +12,9 @@ since last release (CVS Only) - 06/06/2000
- experimental do_wrap and check_wrap (Adam Rogoyski)
do_enter():
- Added reset of placewewant to end.
do_insertfile():
- Fix display problem when using ctrl-r to load a file
into the buffer (Rob Siemborski)
nano-0.9.10 - 06/04/2000
- es.po:
......
......@@ -540,6 +540,7 @@ int do_insertfile(void)
dump_buffer(fileage);
set_modified();
edit_update(current);
UNSET(KEEP_CUTBUFFER);
display_main_list();
return i;
......
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