I really enjoy rebel-readline, thanks for that. When playing around with it I found behavior that is not quite intuitive for me to understand. The behavior seems to occur when dealing with long output:
There should have been a line user=> (reduce + (rest (second snowcover-days))) in between but it got lost. Instead the previous output seems to be reprinted partially (you can see the timstamp appearing twice; it should be a list of timestamp + approx. 400 floats; the closing parenthesis are missing as well). I would have expected the second line to just display the reduced number. Is this something that I can fix on my side? My terminal is termite v14 on arch linux, TERM is xterm-termite.
Hi,
I really enjoy rebel-readline, thanks for that. When playing around with it I found behavior that is not quite intuitive for me to understand. The behavior seems to occur when dealing with long output:
There should have been a line
user=> (reduce + (rest (second snowcover-days)))
in between but it got lost. Instead the previous output seems to be reprinted partially (you can see the timstamp appearing twice; it should be a list of timestamp + approx. 400 floats; the closing parenthesis are missing as well). I would have expected the second line to just display the reduced number. Is this something that I can fix on my side? My terminal is termite v14 on arch linux,TERM
isxterm-termite
.