Add config option for setting default charset.
[surf.git] / config.def.h
index eff9d43..c55b690 100644 (file)
@@ -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),
@@ -50,7 +51,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)*/