diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-10-25 22:44:54 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-10-25 23:51:25 +0000 |
commit | 6648ccd05b432cb624499b899aa3d8c7e3fd1f18 (patch) | |
tree | 70eaea8243f8064ebcdb561aadf87cf6d4c03db9 /src | |
parent | b4e239624028cf574c9557486290c0e52f0966e4 (diff) | |
download | lynx-snapshots-6648ccd05b432cb624499b899aa3d8c7e3fd1f18.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12k
Diffstat (limited to 'src')
-rw-r--r-- | src/GridText.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GridText.c b/src/GridText.c index 3c7fa9da..402d133a 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.344 2023/10/23 23:40:09 tom Exp $ + * $LynxId: GridText.c,v 1.345 2023/10/24 22:50:05 tom Exp $ * * Character grid hypertext object * =============================== @@ -9179,7 +9179,8 @@ BOOLEAN HTdocument_settings_changed(void) HTMainText->soft_dquotes != soft_dquotes || HTMainText->old_dtd != Old_DTD || HTMainText->keypad_mode != keypad_mode || - HTMainText->disp_cols != DISPLAY_COLS); + HTMainText->disp_cols != DISPLAY_COLS || + HTMainText->disp_lines != LYlines); } #endif |