8000 GitHub - jnowaczek/mttty: Multi-Threaded TTY program provided by Microsoft, originally from 1995!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from bmo/mttty

Multi-Threaded TTY program provided by Microsoft, originally from 1995!

Notifications You must be signed in to change notification settings

jnowaczek/mttty

 
 

Repository files navigation

mttty

Multi-Threaded Win32 TTY program provided by Microsoft, originally from 1995!

Referenced in this article: https://msdn.microsoft.com/en-us/library/ff802693.aspx

The original source code was lightly converted to compile with VS 2017.

TCHARs were a quick and dirty solution to most problems, they should be converted to WCHARs, and other string functions converted as well.

About

Multi-Threaded TTY program provided by Microsoft, originally from 1995!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • Makefile 4.3%
0