summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorpecksin <78765996+pecksin@users.noreply.github.com>2021-06-20 11:20:24 -0400
committerGitHub <noreply@github.com>2021-06-20 17:20:24 +0200
commit1805775f3d54043c3b1e75e47b9b85e3b12bab00 (patch)
tree64037a771d4e7022fbae593d3ae775774fbba177 /minetest.conf.example
parente1b297a14baa8849711896677691a8d4fe855dcc (diff)
downloadminetest-1805775f3d54043c3b1e75e47b9b85e3b12bab00.tar.gz
minetest-1805775f3d54043c3b1e75e47b9b85e3b12bab00.tar.bz2
minetest-1805775f3d54043c3b1e75e47b9b85e3b12bab00.zip
Make chat web links clickable (#11092)
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 718cb0c75..b252f4f70 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1155,6 +1155,14 @@
# Client
#
+# If enabled, http links in chat can be middle-clicked or ctrl-left-clicked to open the link in the OS's default web browser.
+# type: bool
+# clickable_chat_weblinks = false
+
+# If clickable_chat_weblinks is enabled, specify the color (as 24-bit hexadecimal) of weblinks in chat.
+# type: string
+# chat_weblink_color = #8888FF
+
## Network
# Address to connect to.