diff options
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. */ |