about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2023-10-24 00:12:43 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2023-10-24 00:19:09 +0000
commitb4e239624028cf574c9557486290c0e52f0966e4 (patch)
tree6f3798cf611b726c3af8649d058f9c90b190ede2 /src/LYMain.c
parent26735ba8400464437273b79b24ac6481240e504b (diff)
downloadlynx-snapshots-b4e239624028cf574c9557486290c0e52f0966e4.tar.gz
snapshot of project "lynx", label v2-9-0dev_12j
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index eef3ff76..f7b848e4 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.298 2022/04/01 07:50:45 tom Exp $
+ * $LynxId: LYMain.c,v 1.299 2023/10/23 08:05:32 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -229,6 +229,7 @@ BOOLEAN minimal_comments = FALSE;
 BOOLEAN number_fields_on_left = TRUE;
 BOOLEAN number_links_on_left = TRUE;
 BOOLEAN recent_sizechange = FALSE;	/* the window size changed recently? */
+BOOLEAN size_is_changed = FALSE;	/* SIGWINCH is caught recently? */
 BOOLEAN soft_dquotes = FALSE;
 BOOLEAN unique_urls = FALSE;
 BOOLEAN use_underscore = SUBSTITUTE_UNDERSCORES;