After running crontab -e, My terminal starts acting strange, where characters aren't printed in the correct position. Starting and exiting an ncurses application (like vim and nano) doesn't help, nor does reset fix it either, so I have to restart my terminal emulator.
It appears to have the same symptoms as force quitting an ncurses application.
How do I fix this problem?
Environment
- I my
$TERMvariable is set toxterm - I use
uxtermas my emulator crontabusesvimas its editor.
Edit: On the first answer, I noticed that it still persists with xonsh, even though *it gets fixed when I type reset with bash or zsh. So, it must be some issue with xonsh.


