wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
460 stars 96 forks source link

`askinteger(x)` produces newlines before and after the `x`. #1858

Closed gunterkoenigsmann closed 6 months ago

gunterkoenigsmann commented 6 months ago

The question prompt on askinteger(x) is split into three prompts. wxMaxima currently adds a newline to each of them.

daute commented 6 months ago

Fixed by commit c9ae61b968a46fcea9be623aa8e7cf8eb3778111. I hope the fix is correct, but it solves that issue.