0 votes
by (320 points)

can you please provide us the test app for us to understand how to implement the terminal emulation functionality

1 Answer

0 votes
by (70.2k points)

Sorry, we don't have such application.

Please note that meaning of developing Rebex Terminal Emulation is to make it easy for .NET developers to have a terminal emulator in their projects without need of understanding terminal emulation background.

If you want to implement whole Terminal emulator from scratch, you can find these links useful: VT100, XTerm, all-escapes.

To test your implementation you can use e.g. vttest.

...