From: ayin Date: Mon, 17 Dec 2007 23:52:44 +0000 (+0000) Subject: Nuke unused 'selectstyle' resource. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=695f7fe551b85bdccc8b7e6aba22b1fe9348f506;p=dana%2Furxvt.git Nuke unused 'selectstyle' resource. --- diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index ada75d4b..a47fbbfb 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -813,13 +813,6 @@ intensity foreground/background colours. Disabling this option (B, option B<+is>) disables this behaviour, the high intensity colours are not reachable. -=item B I - -Set mouse selection style to B which is 2.20, B 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 I Set scrollbar style to B, B, B or B. B is diff --git a/src/rsinc.h b/src/rsinc.h index 60f45642..670cb959 100644 --- a/src/rsinc.h +++ b/src/rsinc.h @@ -52,7 +52,6 @@ #ifndef NO_DELETE_KEY def (delete_key) #endif - def (selectstyle) #ifdef PRINTPIPE def (print_pipe) #endif diff --git a/src/urxvt.pm b/src/urxvt.pm index fc586cee..fe1570a1 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -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 diff --git a/src/xdefaults.C b/src/xdefaults.C index 1e5f6a98..6dd175bc 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -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