termqt
termqt copied to clipboard
A terminal emulator widget implemented in Python/Qt.
In Spyder IDE the following log shows that escape sequences [4h and [4l are not implemented: [2024-03-05 09:01:49,972] > [terminal_io_posix.py:113] stdin: b'h' [2024-03-05 09:01:50,227] > [terminal_io_posix.py:113] stdin: b'e' [2024-03-05 09:01:50,507]...
shortcut keys : control c = copy , control v = paste, esc =deselect
when running a program it skips the first parameter, as a solution I pass the command as an array with first augment that is an empty string. like: ```python [...
not sure if you want to add it
The mc(graphical file manager) command runs well, but arrow and F0-F12 keys not work to interact with that.
The input chars for arrows was not supported for the mc command. Those chars are changed and the new chars are tested in other environments like bash and nano and...
Notice how long it's been since the last release. There are a lot of interesting changes that have been added, and releasing a new version will solve very many of...