I need a terminal widget that is able to emulate a simple VTF terminal on Windows console and Windows. Some like VTE for GTK or QConsole for QT.
Is it also possible to run a Windows console like CMD.XA inside a hair window?
Usually there is a "console" or a hook on the terminal roux-232 interface. Cmd.exe AFAIK is a native application that works just like a command line interpreter, so you will not be able to use it in a child's window.
Do you need a terminal emulator that communicates with VT100? If so, there are so many if you want to write your own interface, take a look at this. Another great open source project for getting everything you need is for Windows under the MIT license. You can communicate with VT100 using Telnet. The Windows Telnet client should be accessible using PowerShell.
Comments
Post a Comment