https://github.com/radad/radterminal
Simple Terminal Emulator for Windows using libtsm
https://github.com/radad/radterminal
appveyor gui gui-application libtsm pseudo-terminal pseudoterminal terminal vt100 win32 windows
Last synced: 4 months ago
JSON representation
Simple Terminal Emulator for Windows using libtsm
- Host: GitHub
- URL: https://github.com/radad/radterminal
- Owner: RadAd
- License: mit
- Created: 2019-05-23T00:22:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T12:47:05.000Z (over 1 year ago)
- Last Synced: 2025-05-18T22:14:16.197Z (5 months ago)
- Topics: appveyor, gui, gui-application, libtsm, pseudo-terminal, pseudoterminal, terminal, vt100, win32, windows
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[RadTerminal](../..)
==========Simple Terminal Emulator for Windows using [libtsm](https://github.com/RadAd/libtsm). Implemented using a [Pseudo Console](https://docs.microsoft.com/en-us/windows/console/pseudoconsoles).

[](../../releases/latest)
[](commits/master)
[](https://ci.appveyor.com/project/RadAd/RadTerminal)
[](LICENSE.txt)
Dependencies
=======
[libtsm](https://github.com/RadAd/libtsm) - Terminal-emulator State MachineBuild
=======
```bat
msbuild RadTerminal.vcxproj -p:Configuration=Release -p:Platform=x64
```Execute
=======
```bat
msbuild RadTerminal.vcxproj -p:Configuration=Release -p:Platform=x64 /t:Build,Run
```License
=======
[MIT License](LICENSE.txt)