comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
2458b295d9
commit
8f975a11f0
|
@ -148,8 +148,8 @@ char *do_browser(char *path, DIR *dir)
|
|||
if (selected > filelist_len - 1)
|
||||
selected = filelist_len - 1;
|
||||
else if (old_selected == selected)
|
||||
/* Put back the "Select" key, so that
|
||||
* the file is read in. */
|
||||
/* Put back the Enter key, so that the
|
||||
* file is read in. */
|
||||
unget_kbinput(NANO_ENTER_KEY, FALSE,
|
||||
FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue