diff options
author | David Shaw <dshaw@jabberwocky.com> | 2004-01-24 01:47:45 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2004-01-24 01:47:45 +0100 |
commit | 385a19bd7bab47da5b703fafa3ff177fbed631a4 (patch) | |
tree | 2b92d533161f9fc253261d920ddeaffffd15570b /g10/options.h | |
parent | * g10.c (list_config): New function to dump config options to stdout. (diff) | |
download | gnupg2-385a19bd7bab47da5b703fafa3ff177fbed631a4.tar.xz gnupg2-385a19bd7bab47da5b703fafa3ff177fbed631a4.zip |
* 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.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index c2af79aef..4698aead5 100644 --- a/g10/options.h +++ b/g10/options.h @@ -183,6 +183,8 @@ struct { int strict; int mangle_dos_filenames; int enable_progress_filter; + int screen_columns; + int screen_lines; #ifdef ENABLE_CARD_SUPPORT const char *ctapi_driver; /* Library to access the ctAPI. */ |