aboutsummaryrefslogtreecommitdiff
path: root/defines.ds
diff options
context:
space:
mode:
Diffstat (limited to 'defines.ds')
-rw-r--r--defines.ds8
1 files changed, 7 insertions, 1 deletions
diff --git a/defines.ds b/defines.ds
index 5b900c5bdd5c..03b9cc13165c 100644
--- a/defines.ds
+++ b/defines.ds
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -98,6 +98,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/