dundalek / closh

Bash-like shell based on Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt gets printed when terminal window is resized

dundalek opened this issue · comments

When running a long running process and resizing the terminal window, closh prompt gets print mixing with the process output. This is likely bug in the readline implementation. It should be solved with the new readline implementation.