when looping, cursor appears at leftmost point in newline
Bug #334744 reported by
Aviad Reich
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IPython |
In Progress
|
Low
|
Fernando Perez |
Bug Description
when performing (for example) a for loop -
In [1]: for i in xrange(10):
[] ...:
where [] represents the cursor. Typing *as if* the cursor is after the ...: looks funny but works as normal.
This happened on Ubuntu 8.10 x86_64 in both IPython 0.9.1 and 0.8.4.
attached is an image of the same.
To post a comment you must log in.
On Wed, Feb 25, 2009 at 11:42 PM, boYa <email address hidden> wrote:
> Public bug reported:
>
> when performing (for example) a for loop -
>
> In [1]: for i in xrange(10):
> [] ...:
>
> where [] represents the cursor. Typing *as if* the cursor is after the
> ...: looks funny but works as normal.
That looks very bizarre, and I've never seen it. My main desktop is
also an x86_64 ubuntu 8.10 box and I use gnome-terminal, and I've
never seen this.
A few questions:
- try temporarily renaming ~/.ipython to something else to force a
clean reinstall of your config settings. If the problem goes away, at
least we'll know it's something config related.
- What locale do you use?
- Does it happen if you try a different font?
- A different terminal (xterm, aterm, rxvt, konsole, ...)?
Cheers,
f