enabling spatial-navigation - surf - Surf web browser.
 (HTM) git clone git://r-36.net/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7fcf7450925295022a94611f5d9d07694e93ec9e
 (DIR) parent 5878067225ac2f2a66522f3a1d4458c31390fad4
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 24 May 2010 21:23:28 +0200
       
       enabling spatial-navigation
       Diffstat:
         M surf.c                              |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       @@ -508,6 +508,7 @@ newclient(void) {
                g_object_set(G_OBJECT(settings), "auto-load-images", loadimage, NULL);
                g_object_set(G_OBJECT(settings), "enable-plugins", plugin, NULL);
                g_object_set(G_OBJECT(settings), "enable-scripts", script, NULL);
       +        g_object_set(G_OBJECT(settings), "enable-spatial-navigation", true, NULL);
                g_free(uri);
        
                setatom(c, AtomFind, "");