Top "Mintty" questions

Mintty is a terminal emulator for Cygwin and MSYS, it is based on the code from PuTTY 0.60.

Git Bash (mintty) is extremely slow on Windows 10 OS

I installed Git on my Windows 10 a couple of months ago. It worked fine for some time. But now, it's …

git windows-10 git-bash mingw-w64 mintty
How do i start Mintty and run a script file?

I wrote a simple CURL and put it in a script file. if i run mintty first and then "test.…

curl cmd mintty
BC30451 'VARIABLE' is not declared. It may be inaccessible due to its protection level

I seem to have an error with the code below. Private Sub Form1_Load(sender As Object, e As EventArgs) …

vb.net windows mintty
how to automate cygwin and mintty

I currently have this under my shortcut C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico - after that is run …

windows batch-file cygwin mintty
How to add fonts in cygwin mintty

I wish to use additional fonts in mintty, I want to add Monaco font to my cygwin terminal. While mintty …

fonts terminal cygwin mintty
No console colors if using npm script inside a Git bash (mintty)

Introduction Using chalk I have written a small console program for printing colored text, which I execute with NodeJS: console.…

node.js windows git npm mintty