emacs-libvterm
emacs-libvterm copied to clipboard
Vterm does not display text after executing command in GHCI
Problem: When I load up GHCI in VTerm and then execute a command within GHCI, display for the text that I am writing disappears and only appears again when I execute a command.
Here are some screenshots:
Opening VTerm in GHCI
Executing a command in GHCI:
Writing some more text (this is when there is no display of the text)
Please note that the output from the previous command is still in the terminal but I cleared it so it is not visible anymore. I typed in ":r" which reloads the module in GHCI.
After I execute the command by pressing enter
I am running Evil mode and I notice that the cursor is present, but the text does not appear.
I hope this is enough information. Thank you.