[dev] [surf] easylinks

2010-09-09 Thread Christian Hahn
Hi, I wrote this tiny script before I realise that there is already a script for that on your homepage. But still ... maybe you like this one. What it does: modkey is alt If modkey is down, the hints with the id for each link are shown. If modkey is up the hints vanish again. While modkey is do

[dev] [surf] OT JSStringRef to stdout

2010-08-23 Thread Christian Hahn
Hi, I want to print a possible exception in function *runscript* to stdout, but I have a problem with this JSStringRef. What I currently do is: if (fwide(stdout, 1) >0) . JSStringRef str = JSStringCreateWithUTF8CString("test"); const JSChar *c = JSStringGetCharactersPtr(str); for(int i=0