OSDN Git Service

[Disp] Add mini-help on Up-Down Freq memory.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Aug 2013 16:08:19 +0000 (01:08 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Aug 2013 16:08:19 +0000 (01:08 +0900)
menu_memoryfreq.c

index c1663dc..5e8e48c 100644 (file)
@@ -131,13 +131,14 @@ void on_updown_userfreq(void)
     }
 
     _CLS();
-    _LOCATE(0,0);
-    printstr("CH: ");
-    print_numeric_nosupress(setup.memorynum, 2);
-    update_status();
-    print_freq(1);
-    _HOME();
     do {
+        _LOCATE(0,0);
+        printstr("CH:");
+        print_numeric_nosupress(setup.memorynum, 2);
+        printstr(" 8/2/A");
+        update_status();
+        print_freq(1);
+        _HOME();
        do {
            n = pollkeys(pollkeybuf, 19, 1);
        } while(n == 0);
@@ -173,11 +174,6 @@ void on_updown_userfreq(void)
                break;
            }
 //        _HOME();
-        _LOCATE(0,0);
-       printstr("CH: ");
-       print_numeric_nosupress(setup.memorynum, 2);
-       update_status();
-       print_freq(1);
        _HOME();
     } while(1);
 _l0: