Re: [elinks-users] Is titlebar without showing the address possible?

2012-09-02 Thread Kalle Olavi Niemitalo
[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


[elinks-users] Is titlebar without showing the address possible?

2012-09-01 Thread Lars Bjørndal
I'm currently using ELinks 0.13.GIT
12803e4075dc71efe44fdd24260a5b94c87770d4-dirty. I'm not using X, so this
is ELinks in a console with 80x25.

Is it possitle to hide the address at the top, so I only get the title
information? The address suppresses a longer title.

Lars
___
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users