<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Perhaps vanilla may want to embrace the pd-l2ork highlighting of
      nlets which grow bigger when hovered over and which in turn makes
      it easier for them to be targeted as the cursor then remains
      longer within their area...</p>
    <p>Best,</p>
    <p>Ico<br>
    </p>
    <div class="moz-cite-prefix">On 9/13/2019 7:46 AM, IOhannes m
      zmoelnig wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:13e259be-57b2-dd8b-9cbf-ea36b627a8af@iem.at">
      <pre class="moz-quote-pre" wrap="">On 13.09.19 12:55, Lorenzo Sutton wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
In Linux I think Pd is using the 'unavailable' X cursor in some way when
you hover on an outlet, and it assumes it will look like a circle such
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
nah, this is wrong.

Pd (when hovering over an inlet/outlet sets the cursor to "circle"
(literally!).
it does so in tcl/pd-gui.tcl, via

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">set ::cursor_editmode_connect "circle"
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
this is btw the answer to oliver's original question: one easy way to
change the appearance of the mouse-over-iolet cursor is by setting the
"::cursor_editmode_connect" to some other value, e.g.

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">set ::cursor_editmode_connect "plus"
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
(using a gui-plugin; if you just want to play around the
tclprompt-plugin is probably best, as you can then just type the line
above into the prompt and see what it does).

check out the list of available cursors at
[<a class="moz-txt-link-freetext" href="https://www.tcl.tk/man/tcl/TkCmd/cursors.htm">https://www.tcl.tk/man/tcl/TkCmd/cursors.htm</a>]

now the problem is that once upon a time, when those available cursors
where defined (and that's not a Tcl/Tk thing, it goes much deeper),
people had a lot of fun defining cursors like "coffee_mug", "sailboat"
and "shuttle", but unfortunately failed to add proper definitions as to
what those should actually be used for (those were the times before
"semantic" was getting big).
later generations - rather than extend the already large set of cursors
with something more semantically defined - would start to abuse the
given cursors and add non-obvious meanings to them.
that's how the "circle"-cursor became that "arrow with a no-entry sign"
in some themes.

find a different cursor theme (as peter suggested), and the cursor might
look saner.

gfamsdr
IOhannes

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Ivica Ico Bukvic, D.M.A.
Director, Creativity + Innovation
Institute for Creativity, Arts, and Technology

Virginia Tech
Creative Technologies in Music
School of Performing Arts – 0141
Blacksburg, VA 24061
(540) 231-6139
<a class="moz-txt-link-abbreviated" href="mailto:ico@vt.edu">ico@vt.edu</a>

<a class="moz-txt-link-abbreviated" href="http://www.icat.vt.edu">www.icat.vt.edu</a>
<a class="moz-txt-link-abbreviated" href="http://www.performingarts.vt.edu">www.performingarts.vt.edu</a>
l2ork.icat.vt.edu
ico.bukvic.net</pre>
  </body>
</html>