terrycojones / daudin

A Python command-line shell
MIT License
176 stars 9 forks source link

The terminal sometimes gets left in a weird state #3

Open terrycojones opened 4 years ago

terrycojones commented 4 years ago

I only notice this when I exit back into fish and type mv (on typing the space the command line jumps around slightly and it's hard to see what you've typed). It doesn't always happen. It's weird because the code that fiddles with the terminal is in a try/finally block in daudinlib/pipeline.py.