pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b145f
)
Change PROMPT_GO from "URL:" to "Go:"
author
ssd
<ssd@mailless.org>
Wed, 10 May 2017 22:55:29 +0000
(
00:55
+0200)
committer
Quentin Rameau
<quinq@fifth.space>
Thu, 11 May 2017 07:22:43 +0000
(09:22 +0200)
This looks more apropriate because URL is too specific and _SURF_GO can
be set to other things.
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
eff9d43
..
46f7040
100644
(file)
--- 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)*/