lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev more from Hiroyuki diff


From: Leonid Pauzner
Subject: lynx-dev more from Hiroyuki diff
Date: Tue, 25 May 1999 12:57:14 +0400 (MSD)

More from Hiroyuki diffs:
(this item now implemented in a right way, not as in his version):


* old-style options menu: hot key for "local e(X)ecution links" now displayed
  in bold (call addlbl() instead of addstr() like the other options do).



diff -u old/lyoption.c ./lyoption.c
--- old/lyoption.c      Tue May 25 00:15:52 1999
+++ ./lyoption.c        Tue May 25 12:32:16 1999
@@ -128,6 +128,10 @@
     return 0;
 }

+/*
+ * addlbl() used instead of plain addstr() in old-style options menu
+ * to show hot keys in bold.
+ */
 PRIVATE void addlbl ARGS1(CONST char *, text)
 {
     char actual[80];
@@ -420,7 +424,7 @@

 #ifdef ALLOW_USERS_TO_CHANGE_EXEC_WITHIN_OPTIONS
     move(L_Exec, 5);
-    addstr("local e(X)ecution links      : ");
+    addlbl("local e(X)ecution links      : ");
 #ifndef NEVER_ALLOW_REMOTE_EXEC
     addstr(               local_exec ? "ALWAYS ON           " :
          (local_exec_on_local_files ? "FOR LOCAL FILES ONLY" :




reply via email to

[Prev in Thread] Current Thread [Next in Thread]