Commit 8977c4b1 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Displaying more help items when the terminal is wider.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent c85dc059
Showing with 4 additions and 1 deletion
+4 -1
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
......
......@@ -795,7 +795,7 @@ enum
#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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment