Raymond Toy - 2024-03-13

Perhaps it's the mterpri call in output-linear-one-line in "displa.lisp". I commented out the call and your "~m" example prints "12345". But if I try printf(true, "~M~%", i), no new line is printed either. I guess whatever handles "~%" really need to force a new line. I didn't look into that.