I just git-pulled the newest jqt and have now this bug:

Hitting <Enter> in the execution does not proceed to a new line.

- a series of <Enters> will add a series of new prompts, all on the
  very same line;

- the input
        17+4<Enter>

  results in the output
        17+421<newline><prompt>

The culprit appears to to be this very recent change:

commit 0f2498a21d84dd01f75aa3eb859497c46baaef5e
Author: bill lam <[email protected]>
Date:   Sat Mar 30 23:50:20 2013 +0800

    smoutput, default session printer

Reverting its 2nd & 3rd hunk restores at least the correct behaviour,
possibly not in a truly correct way.

                                                        Martin

PS:  it would be nice if different features (here: smoutput + printer)
would get individual commits.  Also, unspecific commit logs such as
a mere "several minor fixes" make revising the log history and chasing for
possible erroneous code changes needlessly time-consuming.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to