tconfig.h: don't load images by default - surf - [fork] customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0cc404e91c1848388ffae81a58f70ee7a3b2ccfb
 (DIR) parent 946fbbe37f67d28321f14ab38d5b238e57ad4f35
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  4 Jan 2021 07:49:36 +0100
       
       config.h: don't load images by default
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -39,7 +39,7 @@ static Parameter defconfig[ParameterLast] = {
                [Java]                =       { { .i = 0 },     },
                [JavaScript]          =       { { .i = 0 },     },
                [KioskMode]           =       { { .i = 0 },     },
       -        [LoadImages]          =       { { .i = 1 },     },
       +        [LoadImages]          =       { { .i = 0 },     },
                [MediaManualPlay]     =       { { .i = 1 },     },
                [Plugins]             =       { { .i = 1 },     },
                [PreferredLanguages]  =       { { .v = (char *[]){ NULL } }, },