[hackers] [surf] Change PROMPT_GO from "URL:" to "Go:" || ssd

From: <git_AT_suckless.org>
Date: Thu, 11 May 2017 16:33:12 +0200 (CEST)

commit b1154347205201351be6b0d027e86f16f709599b
Author: ssd <ssd_AT_mailless.org>
AuthorDate: Thu May 11 00:55:29 2017 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu May 11 09:22:43 2017 +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.

diff --git a/config.def.h b/config.def.h
index eff9d43..46f7040 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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)*/
Received on Thu May 11 2017 - 16:33:12 CEST

This archive was generated by hypermail 2.3.0 : Thu May 11 2017 - 16:36:19 CEST