diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-02-25 01:47:59 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-02-25 01:47:59 +0000 |
commit | 6515e47c8c7d5d3d61593936ac061fe261a9c233 (patch) | |
tree | 4af4ce9b5291022d54d5f9c9e2bbe2ef16bbeac0 /src | |
parent | 66e2f3e12e569a9847f2abccdf0bc5da6249c5c5 (diff) | |
download | lynx-snapshots-6515e47c8c7d5d3d61593936ac061fe261a9c233.tar.gz |
snapshot of project "lynx", label v2-9-0dev_4m
Diffstat (limited to 'src')
-rw-r--r-- | src/GridText.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GridText.c b/src/GridText.c index 44825b5b..46cbb51f 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.324 2020/02/24 00:30:01 tom Exp $ + * $LynxId: GridText.c,v 1.325 2020/02/25 01:41:00 tom Exp $ * * Character grid hypertext object * =============================== @@ -1384,7 +1384,7 @@ static int display_line(HTLine *line, * the output line wraps, foiling our attempt to just use newlines to * advance to the next page. */ - LYmove(scrline + TITLE_LINES - 1, 0); + LYmove(scrline + (no_title ? 0 : TITLE_LINES) - 1, 0); #endif /* |