[email protected] (Lars Bjørndal) writes:
> Is it possitle to hide the address at the top, so I only get the title
> information? The address suppresses a longer title.
It seems hiding the URL would require changing the C source code.
The title-bar text is formatted by the render_html_document function,
in src/document/html/renderer.c. Commenting out these lines should
suffice:
add_to_string(&uristring, url);
add_char_to_string(&uristring, ' ');
(If you know C, you can comment out a lot more than that.)
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users