Remove silly CUTCHAR_RESOURCE macro.
authorayin <ayin>
Sat, 16 Feb 2008 15:56:41 +0000 (15:56 +0000)
committerayin <ayin>
Sat, 16 Feb 2008 15:56:41 +0000 (15:56 +0000)
src/feature.h
src/xdefaults.C

index b9884ae86ee25d566af459bdfbf55b1f2a675231..ef0d7e5640340ff64cb62e39bab6941e642f2e57 100644 (file)
  */
 #define CUTCHARS       "\"&'()*,;<=>?@[\\]^`{|}"
 
-/*
- * Add run-time support for changing the cutchars for double click selection
- */
-#define CUTCHAR_RESOURCE
-
 /*
  * Have mouse reporting include double-click info for button1
  */
-//#define MOUSE_REPORT_DOUBLECLICK
+/* #define MOUSE_REPORT_DOUBLECLICK */
 
 /*
  * Set delay between multiple click events [default: 500 milliseconds]
index 3bf240534414144bc342484a1ba3541811b06a08..6b2636240d555891f8b038e689c9872d546f11e0 100644 (file)
@@ -245,9 +245,7 @@ optList[] = {
               RSTRG (Rs_print_pipe, "print-pipe", "string"),
 #endif
               STRG (Rs_modifier, "modifier", "mod", "modifier", "meta modifier = alt|meta|hyper|super|mod1|...|mod5"),
-#ifdef CUTCHAR_RESOURCE
               RSTRG (Rs_cutchars, "cutchars", "string"),
-#endif /* CUTCHAR_RESOURCE */
               RSTRG (Rs_answerbackstring, "answerbackString", "string"),
 #ifndef NO_SECONDARY_SCREEN
               BOOL (Rs_secondaryScreen, "secondaryScreen", "ssc", Opt_secondaryScreen, 0, "enable secondary screen"),