littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

Sometimes commands go to the terminal running `term.py` #14

Closed Moosems closed 1 year ago

Moosems commented 1 year ago

This happens by using popen() but can be solved by using subprocess and Popen() with PIPE which helps solves keep consistency along with allowing one to change dirs.

Moosems commented 1 year ago

I fixed htis in one of the old PR's but when we changed to using Popen this was fixed.