Hi, I find that Firefox and perhaps others like to "paste" from the CLIPBOARD rather than PRIMARY. Hence, in clipboard() in surf.c I have to duplicate the following line (replacing PRIMARY with CLIPBOARD):
gtk_clipboard_set_text(gtk_clipboard_get(GDK_SELECTION_PRIMARY), c->linkhover ? c->linkhover : geturi(c), -1) I'd like to see if we can just add this to vanilla? Is there a reason not (other than the extra line of code)? Peter