diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-06 22:48:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-06 22:48:00 -0400 |
commit | 549ec595d1da7693d5f7730e63f539cc8452307f (patch) | |
tree | 0ab3576fd5bbbcf610cc58e24f1762d4da3ac7f7 /src/LYCurses.c | |
parent | 73d5512d62200a263f3084bd869366326e445cf4 (diff) | |
download | lynx-snapshots-549ec595d1da7693d5f7730e63f539cc8452307f.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-60
Diffstat (limited to 'src/LYCurses.c')
-rw-r--r-- | src/LYCurses.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYCurses.c b/src/LYCurses.c index 41a29cc4..808bb49d 100644 --- a/src/LYCurses.c +++ b/src/LYCurses.c @@ -1609,7 +1609,7 @@ PUBLIC void lynx_start_link_color ARGS2( * will be underlined if appropriate. - LE & FM */ if (pending) - start_underline(); + lynx_start_underline_color(); } } @@ -1635,7 +1635,7 @@ PUBLIC void lynx_stop_link_color ARGS2( * If underlining was turned on above, turn it off. - LE & FM */ if (pending) - stop_underline(); + lynx_stop_underline_color(); } #endif } |