Nuke unused 'selectstyle' resource.
authorayin <ayin>
Mon, 17 Dec 2007 23:52:44 +0000 (23:52 +0000)
committerayin <ayin>
Mon, 17 Dec 2007 23:52:44 +0000 (23:52 +0000)
doc/rxvt.1.pod
src/rsinc.h
src/urxvt.pm
src/xdefaults.C

index ada75d4bf9b6c50333a485b678e6c6b2224fcc6a..a47fbbfb2e94e431f02783194701ded1c0e428a0 100644 (file)
@@ -813,13 +813,6 @@ intensity foreground/background colours. Disabling this option (B<False>,
 option B<+is>) disables this behaviour, the high intensity colours are not
 reachable.
 
-=item B<selectstyle:> I<mode>
-
-Set mouse selection style to B<old> which is 2.20, B<oldword> which
-is xterm style with 2.20 old word selection, or anything else which
-gives xterm style selection. Only effective when the original (non-perl)
-selection code is in use.
-
 =item B<scrollstyle:> I<mode>
 
 Set scrollbar style to B<rxvt>, B<plain>, B<next> or B<xterm>. B<plain> is
index 60f4564235dbf938617db9ac8c1840d7c616abd9..670cb9594d626f46181785c4736de7abe337a636 100644 (file)
@@ -52,7 +52,6 @@
 #ifndef NO_DELETE_KEY
   def (delete_key)
 #endif
-  def (selectstyle)
 #ifdef PRINTPIPE
   def (print_pipe)
 #endif
index fc586ceef58b6f9c54f8823a9986c7856dea1269..fe1570a19a32641740c5616329d0ab280d53cc7a 100644 (file)
@@ -1287,7 +1287,7 @@ to see the actual list:
   preeditType print_pipe pty_fd reverseVideo saveLines scrollBar
   scrollBar_align scrollBar_floating scrollBar_right scrollBar_thickness
   scrollTtyKeypress scrollTtyOutput scrollWithBuffer scrollstyle
-  secondaryScreen secondaryScroll selectstyle shade term_name title
+  secondaryScreen secondaryScroll shade term_name title
   transient_for transparent transparent_all tripleclickwords utmpInhibit
   visualBell
 
index 1e5f6a98eec974398af60b0a50cad46056f5d1cd..6dd175bcf01160e724420e10b79900b560c6202c 100644 (file)
@@ -241,7 +241,6 @@ optList[] = {
 #ifndef NO_DELETE_KEY
               RSTRG (Rs_delete_key, "deletekey", "string"),
 #endif
-              RSTRG (Rs_selectstyle, "selectstyle", "mode"),
 #ifdef PRINTPIPE
               RSTRG (Rs_print_pipe, "print-pipe", "string"),
 #endif