Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

kusma/wintty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the WinTTY terminal emulator for Microsoft Windows.

Compile
=======
WinTTY compiles using MinGW or Microsoft Visual Studio 2008.

Building with MinGW
-------------------
Simply run "make". The resulting executable ("wintty.exe") should appear
in the root of the working directory.

Building with Microsoft Visual Studio 2008
------------------------------------------
Open vcbuild/wintty.sln, and select "Build" -> "Build Solution" from the
menu. The resulting executable ("wintty.exe") should appear in
./vcbuild/Debug for Debug builds, or ./vcbuild/Release for Release builds.

Usage
=====
run "wintty.exe %COMSPEC%" to run from cmd.exe, or "wintty.exe /bin/sh"
to run from the msys environment. Both command launches a new shell of
the same type as the shell it was invoked from.

About

simple terminal emulation for win32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages