Displaying 1 result from an estimated 1 matches for "display_comment_str".
2001 Nov 25
2
displaying identity key comment string in passphrase prompt
...propriate.
Will you consider adding this prompting option?
thanks,
Jim Brucker
<jim at buu.ac.th>
Modifications:
==============
Here are explanations of the changes and diffs.
The "BUCC" comments are used by me -- feel free to delete them.
============== readconf.h
- add (int) display_comment_str to the Options struct.
diff:
104a105,106
>
> int display_comment_str; /* display comment string in prompts */
============== readconf.c
- in global section, add to the end of "typedef enum":
- in global section, "static struct { ... keywords[] = ",
a...