CVS Code -
- global.c:
- Define currshortcut and currslen when either DISABLE_MOUSE
- or DISABLE_BROWSER is not defined (Silvan Minghetti).
+ or DISABLE_HELP or DISABLE_BROWSER is not defined (Silvan
+ Minghetti).
- nano.c:
main()
- Add Esc-[-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert).
colorstruct colors[NUM_NCOLORS];
#endif
-#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)
+#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE) || !defined (DISABLE_HELP)
shortcut *currshortcut = main_list; /* Current shortcut list we're using */
int currslen = MAIN_VISIBLE; /* Length of current shortcut list */
#endif