X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=50dd739b606329b612e95d3488b6ed2f2890ecc3;hp=eff9d43c78f7c399c2709cee75e0755184f746c8;hb=5e2216c41434219e60ca52bc5f10d34fddbca964;hpb=47b145f2ec79ce79172bcd4fd36149c34d9085df diff --git a/config.def.h b/config.def.h index eff9d43..50dd739 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,7 @@ static Parameter defconfig[ParameterLast] = { SETB(Certificate, 0), SETB(CaretBrowsing, 0), SETV(CookiePolicies, "@Aa"), + SETV(DefaultCharset, "UTF-8"), SETB(DiskCache, 1), SETB(DNSPrefetch, 0), SETI(FontSize, 12), @@ -20,6 +21,7 @@ static Parameter defconfig[ParameterLast] = { SETB(Geolocation, 0), SETB(HideBackground, 0), SETB(Inspector, 0), + SETB(Java, 1), SETB(JavaScript, 1), SETB(KioskMode, 0), SETB(LoadImages, 1), @@ -30,6 +32,7 @@ static Parameter defconfig[ParameterLast] = { SETB(ScrollBars, 1), SETB(ShowIndicators, 1), SETB(SiteQuirks, 1), + SETB(SmoothScrolling, 0), SETB(SpellChecking, 0), SETV(SpellLanguages, ((char *[]){ "en_US", NULL })), SETB(StrictTLS, 1), @@ -50,7 +53,7 @@ static int winsize[] = { 800, 600 }; static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | WEBKIT_FIND_OPTIONS_WRAP_AROUND; -#define PROMPT_GO "URL:" +#define PROMPT_GO "Go:" #define PROMPT_FIND "Find:" /* SETPROP(readprop, setprop, prompt)*/