Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is mintty in here? #1149

Closed
fghhfg opened this issue Nov 3, 2016 · 3 comments
Closed

What is mintty in here? #1149

fghhfg opened this issue Nov 3, 2016 · 3 comments

Comments

@fghhfg
Copy link

fghhfg commented Nov 3, 2016

2016-11-03 19_55_28-program manager

cmd/bash/powershell is a script language.

conEmu is a GUI window (terminal), which can show some text to me.

cmder runs on conEmu.

Mintty is also a GUI window (terminal).

mintty runs inside conEmu?

@daxgames
Copy link
Member

daxgames commented Nov 4, 2016

You got it, mostly.

cmd/bash/powershell are shells that you can use to write scripts.

conEmu is a GUI terminal that can run multiple shells in tabs as well as other applications if desired.

ConEmu is a part of Cmder along with Git for Windows, Clink, Clink Completions, and a whole bunch of scripting tying them all together.

Mintty is the native graphical terminal of Git for windows that is integrated into Cmder along with bash.exe - see the Cmder readme.md for differences between Mintty and bash.exe.

@fghhfg
Copy link
Author

fghhfg commented Nov 4, 2016

OK, it just show differ color schemes and key bindings, mostly. 😮

Cmder, PowerShell, and Bash tabs all run on top of the Windows Console API

Mintty tabs use a program called 'mintty' as the terminal that is not based on the Windows Console API

Mintty differs from the other tabs in that it supports xterm/xterm-256color TERM types, and does not work with ConEmu settings like color schemes and key bindings. For more on Mintty and its config click here.

@fghhfg fghhfg closed this as completed Nov 4, 2016
@zaphod77
Copy link

zaphod77 commented Apr 20, 2019

mintty is also why the xterm emulation actually works. :)

by default conemu's does not. (test with win32 ssh.exe and try pico text editor if you don't believe me. CMDer works fine. Conemu standalone does NOT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants