littlewhitecloud / TkTerminal

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

Using commands like `vim`, `nano`, or `python` breaks functionality #4

Open Moosems opened 1 year ago

littlewhitecloud commented 1 year ago

at least the program won't crash now.

Moosems commented 1 year ago

Now the issue is turning the chars into the display :(.

littlewhitecloud commented 1 year ago

Now the issue is turning the chars into the display :(.

But it doesn't get any char :(

Moosems commented 1 year ago

Not with the current process, no.

Moosems commented 11 months ago

These programs use ANSI control sequences to style the text so they have to be supported eventually.