Which terminal emulation is used?

I’m developing a terminal application in python.

I found out that different terminal emulators behave differently, which makes my work much harder…

I would like to account for different terminal behaviours in my code.

How can I determine reliably which terminal emulator (xterm, gnome-terminal, qtterminal, etc..) is being used?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.