﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
670	parley does delete output if it is not followed by a newline	Christian Kellermann	Christian Kellermann	"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."	defect	closed	major	4.9.0	extensions	4.7.x	fixed	parley egg terminal #fail	bauerm@…	
