[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get the prompt to wrap my input?
From: |
Egholm |
Subject: |
Re: How to get the prompt to wrap my input? |
Date: |
Thu, 30 Apr 2009 23:50:54 -0700 (PDT) |
Hi Tatsuro,
> Tatsuro MATSUOKA-2 wrote:
>> Egholm wrote:
>> I'm using Octave (3.0.1) under WinXP, and would like the input prompt to
>> wrap my long lines when entering (just as Cygwin does it) instead of
>> "scrolling" the single line and prefixing with a "<". Is that possible,
>> somehow?
> Please use '\' or '...' like
> A=...
> [1 2 0 6 0 4; ...
> 3 -3 2 8 0 0; ...
> -4 0 5 6 0 -6; ...
> 0 2 0 -1 2 -2; ...
> 1 5 1 0 0 0; ...
> 0 -2 -1 0 2 0]
That was a way, sure!
But it lacks the possibility to go back and change anything in a previous
line...
I'd really rather that the prompt just wrapped :-/
Thanks for the suggestion anyway,
Egholm
--
View this message in context:
http://www.nabble.com/How-to-get-the-prompt-to-wrap-my-input--tp23316815p23329087.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: How to get the prompt to wrap my input?,
Egholm <=