+2014-03-16 Benno Schulenberg <bensberg@justemail.net>
+ * src/nano.h - Display more help items when the terminal is wider.
+
2014-03-14 Benno Schulenberg <bensberg@justemail.net>
* src/nano.c (main) - When in a UTF-8 locale, use prettier characters
(»·) for indicating whitespace, and for similarity use ">." instead of
#define NOVIEW FALSE
/* The maximum number of entries displayed in the main shortcut list. */
-#define MAIN_VISIBLE 12
+#define MAIN_VISIBLE (((COLS + 40) / 20) * 2)
/* The minimum editor window columns and rows required for nano to work
* correctly. */