@Chris
OK, thanks, that's a strange bug/fix, but it worked
.
Hopefully I can use NetSurf more regularly now :)
Oh, and thanks for fixing (left) Shift/Alt + left/right arrow, as that makes editing posts much easier!
@xenic Quote:
For URLopen prefs I have:
ClientName="NETSURF" ClientPath= Rexx:NetSurf" CMDFORMAT= *"http://%s*""
You appear to have missed a quote, as I think you meant:
CMDFORMAT= "*"
http://%s*""
In any case, that will crash NetSurf, and you should use this:
CMDFORMAT= "URL *"
http://%s*""
BTW, it seems rather strange that you have:
ClientPath= Rexx:NetSurf"
I'd have expected something like this:
ClientPath= AppDir:NetSurf