You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rrrnld
changed the title
Flush behavior
Flush / double printing behavior
Dec 13, 2018
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
.The text was updated successfully, but these errors were encountered: