summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-04-19 19:38:54 +0000
committerMichael Jennings <mej@kainx.org>2002-04-19 19:38:54 +0000
commit06d77d4d86794fd948cb9fb5f63626c8f2ebf825 (patch)
treedf1bfafc40bf075f8e61e4727b48924e10b60217 /src/feature.h
parentb3d3c45768ac46c42e4424d4831bf82138e82c51 (diff)
downloadeterm-06d77d4d86794fd948cb9fb5f63626c8f2ebf825.tar.gz
Fri Apr 19 15:35:11 2002 Michael Jennings (mej)
Use safe_print_string() to decode string defines before printing them in --version output. This fixes Debian bug #143328, submitted by Tom Gilbert <tom@linuxbrit.co.uk>. Also removed '~' from the CUTCHARS compiled-in default. (It had already been removed from the themes.) Makes double-click selection of URL's easier. Requested by Laurence J. Lane <ljlane@debian.org>. SVN revision: 6152
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index 289be73..583c369 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -156,7 +156,7 @@
/* #define SAVELINES 256 */
/* Set the default separator characters for double-click word selection */
-#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}~ \t"
+#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|} \t"
/* Make it an option */
#define CUTCHAR_OPTION