view etc/images/gud/rnexti.xpm @ 109112:a46a2b77a8b1

Simplify mouse-dragging implementation. Now that DEL deletes active regions, we can handle it by using the ordinary region instead of a separate overlay. * mouse.el (mouse-drag-overlay): Variable deleted. (mouse-move-drag-overlay, mouse-show-mark): Functions deleted. (mouse--remap-link-click-p): New function. (mouse-drag-track): Handle dragging by using temporary Transient Mark mode, instead of a special overlay. (mouse-kill-ring-save, mouse-save-then-kill): Don't call mouse-show-mark. * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay deleted.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 02 Jul 2010 23:07:48 -0400
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_nexti_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #CC0033",
"+	c #D40000",
"@	c #CC9999",
"#	c #616161",
"$	c #2A1F55",
"                        ",
"                        ",
"                        ",
"                        ",
"        ..........      ",
"       .          .     ",
"      .            .    ",
"      .            .    ",
"      .            .    ",
"    +@.@+   #  #   .    ",
"    @...@  #$  $#       ",
"     ...  #$    $#      ",
"     @.@ #$      $#     ",
"      . #$        $#    ",
"        $#        #$    ",
"         $#      #$     ",
"          $#    #$      ",
"           $#  #$       ",
"            $  $        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};