On Thu, Jan 01, 2015 at 09:55:45PM +0100, Dirk Schouten wrote: > Dear elinks forum members, > First of all a healthy and proserous 2015! > > We have a chat for blind users (using a text only > browser, no Javascript): > http://websiteatschool/program/manuals/en/chat.html > > It works great with Elinks, but maybe we can add a > small improvement for the braille interface users. > > In elinks.conf we have: > set document.browse.refresh = 1 > > When a new page arrives, we get: > > Refresh: > http:/url/to/the/page.html > Button: [Refresh] > > Question: > Is it possible to get rid of the 'Refresh: URL' > message? I could not find anything in the > elinks.conf(5) man page.
I added the document.browse.show_refresh_link option to the master branch (0.13). set document.browse.show_refresh_link = 0 in elinks.conf if you do not want the line with Refresh: to be "visible". -- http://lists.linuxfromscratch.org/listinfo/elinks-users Unsubscribe: See the above information page
