11 Apr
2024
11 Apr
'24
1:26 p.m.
Here is a patch to add a new tab page to dillo. You can define any url in dillorc preference 'new_tab_page', and it will be automatically opened in new tabs. Setting the value "about:blank" will retain the default blank page behavior. I tried to make it work with an empty value of "", but for some reason dillo prepends 'http:' to the value.
I would be nice to have an exception for "" so it is kept as-is.
Hopefully this won't be a problem, because now the about:blank is pre-selected and you can just start typing over it.
It only works well with about:blank. As soon as you load another page (like dpi:/bm/) it deselects the location bar. Rodrigo.