Introduction
Introduction Statistics Contact Development Disclaimer Help
Change PROMPT_GO from "URL:" to "Go:" - surf - surf browser, a WebKit based bro…
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit b1154347205201351be6b0d027e86f16f709599b
parent 47b145f2ec79ce79172bcd4fd36149c34d9085df
Author: ssd <[email protected]>
Date: Thu, 11 May 2017 00:55:29 +0200
Change PROMPT_GO from "URL:" to "Go:"
This looks more apropriate because URL is too specific and _SURF_GO can
be set to other things.
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
@@ -50,7 +50,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)*/
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.