Colors & glyphs broken with git-for-windows bash #7085

Open
opened 2026-01-31 00:54:33 +00:00 by claunia · 0 comments
Owner

Originally created by @niderhoff on GitHub (Mar 22, 2020).

Environment

Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 0.10.761.0

Any other software?
- Git for Windows v2.25.0 (January 13th 2020)

Steps to reproduce

  • Open vim in a git-bash shell

Expected behavior

Colors & glyphs work same as in WSL bash

Actual behavior

Background color is messed up, other colors are missing and different font-glyphs are replaced by squares:

image

As you can see it is only vim, the prompt is fine.

As a comparison, the same vim config in a WSL-bash environment:

image

Any ideas? Seems like some issue with mingw?
Here is the related profile:

            {
                "guid": "{269bed3e-4c58-495f-a318-3cfbadc27934}",
                "name" : "Git Bash",
                "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe",
                "icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
                "startingDirectory" : "C:\\Develop\\projects"
            },
Originally created by @niderhoff on GitHub (Mar 22, 2020). # Environment ```none Windows build number: 10.0.18363.0 Windows Terminal version (if applicable): 0.10.761.0 Any other software? - Git for Windows v2.25.0 (January 13th 2020) ``` # Steps to reproduce - Open vim in a git-bash shell # Expected behavior Colors & glyphs work same as in WSL bash # Actual behavior Background color is messed up, other colors are missing and different font-glyphs are replaced by squares: ![image](https://user-images.githubusercontent.com/5991543/77248617-1afed500-6c3b-11ea-933b-543c11e9633e.png) As you can see it is only vim, the prompt is fine. As a comparison, the same vim config in a WSL-bash environment: ![image](https://user-images.githubusercontent.com/5991543/77248643-53061800-6c3b-11ea-83fa-ca2591cf0dbc.png) Any ideas? Seems like some issue with mingw? Here is the related profile: ```json { "guid": "{269bed3e-4c58-495f-a318-3cfbadc27934}", "name" : "Git Bash", "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe", "icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", "startingDirectory" : "C:\\Develop\\projects" }, ```
claunia added the Resolution-ExternalNeeds-Tag-Fix labels 2026-01-31 00:54:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7085