Alright you keyboard junkies: 1. Find the line in surf.c:
g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL); 2. Add this immediately below it: g_object_set(G_OBJECT(settings), "enable-caret-browsing", 1, NULL); 3. PROFIT!!! josh
Alright you keyboard junkies: 1. Find the line in surf.c:
g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL); 2. Add this immediately below it: g_object_set(G_OBJECT(settings), "enable-caret-browsing", 1, NULL); 3. PROFIT!!! josh