From 385a19bd7bab47da5b703fafa3ff177fbed631a4 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 24 Jan 2004 00:47:45 +0000 Subject: * 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. --- g10/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'g10/options.h') 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. */ -- cgit v1.2.3