diff options
Diffstat (limited to 'src/GridText.c')
-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 /* |