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
Этот коммит содержится в:
родитель
53154a7468
Коммит
10eab1dad8
@ -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:
|
||||
|
1
nano.c
1
nano.c
@ -540,6 +540,7 @@ int do_insertfile(void)
|
||||
|
||||
dump_buffer(fileage);
|
||||
set_modified();
|
||||
edit_update(current);
|
||||
UNSET(KEEP_CUTBUFFER);
|
||||
display_main_list();
|
||||
return i;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user