1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* mainproc.c (list_node): Show sigs with --verbose.

* options.h, g10.c (set_screen_dimensions): New function to look at
COLUMNS and LINES.

* keyserver.c (parse_keyrec, keyserver_search_prompt), keyedit.c
(print_and_check_one_sig): Use new screen dimension variables.
This commit is contained in:
David Shaw 2004-01-24 00:47:45 +00:00
parent f7447eabea
commit 385a19bd7b
6 changed files with 45 additions and 16 deletions

View file

@ -1005,7 +1005,7 @@ list_node( CTX c, KBNODE node )
char *p;
int sigrc = ' ';
if( !opt.list_sigs )
if( !opt.verbose )
return;
if( sig->sig_class == 0x20 || sig->sig_class == 0x30 )