mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-27 07:09:38 +03:00
cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3169 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
6533e235e8
commit
eb5e08fb98
@ -234,7 +234,7 @@ char *do_browser(char *path, DIR *dir)
|
||||
free_chararray(filelist, numents);
|
||||
goto change_browser_directory;
|
||||
|
||||
/* Refresh the screen. */
|
||||
/* Redraw the screen. */
|
||||
case NANO_REFRESH_KEY:
|
||||
total_redraw();
|
||||
break;
|
||||
|
@ -117,9 +117,10 @@ void do_help(void)
|
||||
}
|
||||
|
||||
if (kbinput == NANO_REFRESH_KEY)
|
||||
/* Redraw the screen. */
|
||||
total_redraw();
|
||||
else {
|
||||
if (line == old_line && kbinput != ERR)
|
||||
if (kbinput != ERR && line == old_line)
|
||||
goto skip_redisplay;
|
||||
|
||||
blank_edit();
|
||||
|
Loading…
Reference in New Issue
Block a user