Re: Feature request: Server connection status message
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 09, 2016 at 08:39:02PM +1300, James C wrote: > Hello Dillo maintainer people, > > If I set out to write this patch, the first version will be painful. Do you want the change? Do you want to hand-hold me through writing it? We do have: MSG_BW(S->web, 1, "Contacting host..."); MSG_BW(S->web, 1, "DNS resolving %s", hostname); for the status bar, although unfortunately they are wiped out if you move the pointer over a link. I've thought it would be nice if such status messages could reappear when no longer showing a link...