Skip to content

Draw cursor correctly at multiline REPL edge

Dominic Poerio requested to merge dpoe/lfortran:repl_ml_edge_bug into master

Attempts to close #246 (closed). Print the screen output again if we are in the edge case where we have to add a new row. This may not be the most elegant solution (perhaps there is a solution without calling scr.render twice), but this fixes the issue for the time being.

Edited by Dominic Poerio

Merge request reports