st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 46a05d1d3f9d35bcd6448ce858bcd81479f7780b
parent eef185e98fd58bd35d23234f3ddef50bc000be3f
Author: c0dev0id <sh+github@codevoid.de>
Date:   Wed,  4 Aug 2021 07:13:02 +0200

sdk-gopher-support

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -2816,7 +2816,7 @@ copyurl(const Arg *arg) { "abcdefghijklmnopqrstuvwxyz" "0123456789-._~:/?#@!$&'*+,;=%"; - static const char* URLSTRINGS[] = {"http://", "https://"}; + static const char* URLSTRINGS[] = {"http://", "https://", "gopher://"}; /* remove highlighting from previous selection if any */ if(sel.ob.x >= 0 && sel.oe.x >= 0)