diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-07 23:03:23 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-07 23:49:31 +0000 |
commit | cd6eca00f4da52b54382d31cf28dd92eca98c576 (patch) | |
tree | 929b67e968a4ee6645aa138f7191f87aeef987e4 /src/GridText.c | |
parent | c244c640f9b4f69f521d286b77db0be566a5a610 (diff) | |
download | lynx-snapshots-cd6eca00f4da52b54382d31cf28dd92eca98c576.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12n
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 402d133a..0543d09e 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.345 2023/10/24 22:50:05 tom Exp $ + * $LynxId: GridText.c,v 1.346 2023/11/09 09:18:27 tom Exp $ * * Character grid hypertext object * =============================== @@ -14072,7 +14072,7 @@ static void redraw_part_of_line(HTLine *line, const char *str, LastDisplayChar == '-') { /* * Ignore the soft hyphen if it is not the last character in - * the line. Also ignore it if it first character following + * the line. Also ignore it if it is first character following * the margin, or if it is preceded by a white character (we * loaded 'M' into LastDisplayChar if it was a multibyte * character) or hyphen, though it should have been excluded by |