Hi,

This is not actually a bug but a feature.  The prompt GUI window is
quite different from the prompt UI.  That is because the window uses
the wx.py.shell.Shell class to provide the shell
(http://www.wxpython.org/docs/api/wx.py.shell.Shell-class.html).  This
class is rather funky and quite different from the normal terminal, as
they are using GUI concepts to 'enhance' the shell.  Try the
following:

pipe.create('test', 'mf')
spin.display()

Now to repeat the command of spin.display(), move the cursor up to
that command (with the mouse or arrows) and hit enter.  It will copy
that command to the current prompt and send the cursor back down.
There are lots of unique features in this shell, and you should note
that it is not tightly integrated into relax yet.

Regards,

Edward





On 4 September 2014 10:09, Troels E. Linnet
<[email protected]> wrote:
> URL:
>   <http://gna.org/bugs/?22568>
>
>                  Summary: The 'arrow' up in the GUI relax prompt does not
> bring up the last command.
>                  Project: relax
>             Submitted by: tlinnet
>             Submitted on: Thu 04 Sep 2014 08:09:16 AM UTC
>                 Category: relax's source code
> Specific analysis category: None
>                 Priority: 3 - Low
>                 Severity: 1 - Wish
>                   Status: None
>              Assigned to: None
>          Originator Name:
>         Originator Email:
>              Open/Closed: Open
>                  Release: Repository: trunk
>          Discussion Lock: Any
>         Operating System: 64-bit GNU/Linux
>
>     _______________________________________________________
>
> Details:
>
> When using the relax prompt in the GUI, one often want's to re-run a command.
>
> But the arrow 'up' does not bring the last command.
> The curser go up in the text.
>
> This was observed on a mac.
>
>
>
>
>     _______________________________________________________
>
> Reply to this item at:
>
>   <http://gna.org/bugs/?22568>
>
> _______________________________________________
>   Message sent via/by Gna!
>   http://gna.org/
>
>
> _______________________________________________
> relax (http://www.nmr-relax.com)
>
> This is the relax-devel mailing list
> [email protected]
>
> To unsubscribe from this list, get a password
> reminder, or change your subscription options,
> visit the list information page at
> https://mail.gna.org/listinfo/relax-devel

_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-devel mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel

Reply via email to