about summary refs log tree commit diff stats
path: root/src/LYOptions.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-05-25 17:31:38 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-05-25 17:31:38 -0400
commit953d3d55fdeda61c1de8ca84cb0a561eb39777bf (patch)
tree50be498d66b1e0f3663a45088b9c9e51af69e4b6 /src/LYOptions.c
parent46aabf47e7a5156ccee95d9ed587de6a71e4c603 (diff)
downloadlynx-snapshots-953d3d55fdeda61c1de8ca84cb0a561eb39777bf.tar.gz
snapshot of project "lynx", label v2-8-2pre_7
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r--src/LYOptions.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c
index cc635c5d..6d52e11f 100644
--- a/src/LYOptions.c
+++ b/src/LYOptions.c
@@ -128,6 +128,10 @@ PRIVATE int add_it ARGS2(char *, text, int, len)
     return 0;
 }
 
+/*
+ * addlbl() is 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 @@ draw_options:
 
 #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" :