Summary

parley does delete output if it is not followed by a newline

Metadata

Description

With parley the following happens in csi:

 #;1> (display "hi")
 #;2> 

whereas this works:

 #;2> (display "hi")(newline)
 hi
 #;4> 

My guess is that, since parley deletes everything on the current line to draw its output the output simply gets overwritten/deleted.

Thanks to Matthias Bauer for the report.

Changes and comments

[2011-08-25 22:14:53 UTC] ckeen set cc to bauerm@pestilenz.org

[2011-08-25 22:14:53 UTC] ckeen changed status from new to accepted

[2011-08-25 22:14:53 UTC] ckeen wrote:

Hi,

I have committed a patch to trunk to fix this issue, please let me know whether this works as it also has an effect of the signature to external handler procedures.

Thanks,

Christian

[2011-08-26 16:12:17 UTC] ckeen changed status from accepted to closed

[2011-08-26 16:12:17 UTC] ckeen set resolution to fixed

[2011-08-26 16:12:17 UTC] ckeen wrote:

confirmed as working by Matthias, thanks for the report! This will get included in the next release

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted