diff -u nano/nano.c nano-fix/nano.c --- nano/nano.c Sun Oct 6 07:08:58 2002 +++ nano-fix/nano.c Thu Oct 10 14:03:59 2002 @@ -3250,7 +3250,7 @@ while (1) { -#ifndef DISABLE_MOUSE +#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE) || !defined(DISABLE_HELP) currshortcut = main_list; #endif