Hi, On Sat, Feb 18, 2006 at 04:39:11PM -0800, Globe Trotter wrote:
[js code]
How does one do this (and where?) in dillo.
It is simple. You have to get the keyboard events in the location bar (look in interface.c).
Adding this feature is not going to add much bloat to dillo, will it? IMO, it may make it more useful without adding significantly to the binary?
You're right. The necessary code is small. Go ahead.
I don;t know anything about .js files but while it appears that there is a step there which keeps history if needed, it is not important since that can be gotten rid of?
That depends. You know what your missing! ;-) If it's just completion based on shortcuts, you don't need history. If you need it for something, take a look in history.c.
Any help/suggestions?
As above. -- Cheers Jorge.-