[IPython-dev] Potential problem with PTK's wrap cursor feature.

Carl Smith carl.input at gmail.com
Tue Feb 14 15:22:23 EST 2017


I think we're describing two slightly different things. I just disabled the
wrap stuff in my config (with 5.1.0), and it stops working.

If you have two lines of code and the cursor is in the middle of the top
line, and you then start pressing Right repeatedly, when the cursor gets to
the last column and you hit Right again, does the cursor jump to the start
of the second line or just stop? Similarly for hitting Left to go off the
start of the second line, to wrap to the end of the first.

I think you're describing the text wrapping over when it gets too long to
fit on the line, with the cursor wrapping over with it.

-- Carl Smith
carl.input at gmail.com

On 14 February 2017 at 18:11, Thomas Kluyver <takowl at gmail.com> wrote:

> On 14 February 2017 at 18:06, Carl Smith <carl.input at gmail.com> wrote:
>
>> Nah. At least, it didn't last time I updated my installation. When the
>> cursor reaches the start or end of a line, it just stops.
>
>
> That's not what I see:
>
> [image: Inline images 1]
>
> I'm pretty sure I don't have any custom config affecting that. :-S
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20170214/4236f365/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2017-02-14 18-10-30.png
Type: image/png
Size: 2550 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20170214/4236f365/attachment.png>


More information about the IPython-dev mailing list