]> git.wh0rd.org Git - nano.git/commitdiff
Showing also the dedicated keys in the ^G help text,
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 1 Aug 2015 08:41:36 +0000 (08:41 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sat, 1 Aug 2015 08:41:36 +0000 (08:41 +0000)
to clarify some keys and to see which ones can be rebound.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5336 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/help.c

index 4376ba1c847c2bc6c2a6682401024bc31fb9ce7c..11fc3c8b61e0ce11c5e5d6ecb4286ff053a57ea0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2015-08-01  Benno Schulenberg  <bensberg@justemail.net>
        * src/nano.c (precalc_multicolorinfo): Set each multiline-color
        value instead of OR-ing it.  This fixes Savannah bug #45640.
+       * src/help.c (help_init): Show also the dedicated keys in the
+       ^G help text.  This helps to clarify some keys, and helps to
+       see which ones could easily be rebound.
 
 2015-07-31  Benno Schulenberg  <bensberg@justemail.net>
        * src/text.c (do_cutword, do_cut_prev_word, do_cut_next_word),
index e43665a7713d0ba7136b8f75e193326991e733bf..a6246bae6b500765c63bf117463266e54be5aa79 100644 (file)
@@ -410,9 +410,6 @@ void help_init(void)
        /* Let's simply show the first two shortcuts from the list. */
        for (s = sclist, scsfound = 0; s != NULL; s = s->next) {
 
-           if (s->type == RAWINPUT)
-               continue;
-
            if ((s->menus & currmenu) == 0)
                continue;