An open API service indexing awesome lists of open source software.

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

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).

![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)
[![Releases](https://img.shields.io/github/release/RadAd/RadTerminal.svg)](../../releases/latest)
[![commits-since](https://img.shields.io/github/commits-since/RadAd/RadTerminal/latest.svg)](commits/master)
[![Build](https://img.shields.io/appveyor/ci/RadAd/RadTerminal.svg)](https://ci.appveyor.com/project/RadAd/RadTerminal)
[![License](https://img.shields.io/github/license/RadAd/RadTerminal)](LICENSE.txt)

![Screenshot](docs/Screenshot.png)

Dependencies
=======
[libtsm](https://github.com/RadAd/libtsm) - Terminal-emulator State Machine

Build
=======
```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)