Skip to content

Instantly share code, notes, and snippets.

View alirezanet's full-sized avatar
🏠
Working from home

AliReZa Sabouri alirezanet

🏠
Working from home
View GitHub Profile
@alirezanet
alirezanet / Enable_vt100_csharp.cs
Created January 1, 2022 01:12 — forked from tomzorz/Enable_vt100_csharp.cs
Enable VT100 for the current console window from .NET Core
using System;
using System.Runtime.InteropServices;
namespace Vt100Test
{
public class Program
{
// ReSharper disable InconsistentNaming