msys2 / msys2-launcher

Helper for launching MSYS2 shells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to show emojis when open with windows terminal?

abcfy2 opened this issue · comments

I've checked https://github.com/mintty/mintty/wiki/Tips#emojis, and here is my ~/.minttyrc:

ThemeFile=dracula
Transparency=high
FontHeight=14
FontChoice=CJK:2;Private:3
Font2=思源黑体 HW
Font3=MesloLGS NF
Columns=150
Rows=40
Language=@
Locale=zh_CN
Charset=UTF-8
CursorType=block
Font=MesloLGS NF
Emojis=noto
Charwidth=unicode

And Emoji is working:

image

But when open with Windows Terminal, it's not working:

image

Here is my Windows Terminal config:

            {
                "acrylicOpacity": 0.75,
                "antialiasingMode": "cleartype",
                "colorScheme": "One Half Dark",
                "commandline": "D:/msys64/msys2_shell.cmd -defterm -no-start -mingw64",
                "cursorShape": "filledBox",
                "fontSize": 14,
                "hidden": false,
                "icon": "D:/msys64/mingw64.ico",
                "name": "MINGW64 / MSYS2",
                "useAcrylic": true
            },
            {
                "acrylicOpacity": 0.75,
                "antialiasingMode": "cleartype",
                "colorScheme": "One Half Dark",
                "commandline": "D:/msys64/msys2_shell.cmd -defterm -no-start -mingw32",
                "cursorShape": "filledBox",
                "fontSize": 14,
                "hidden": false,
                "icon": "D:/msys64/mingw32.ico",
                "name": "MINGW32 / MSYS2",
                "useAcrylic": true
            },
            {
                "acrylicOpacity": 0.75,
                "antialiasingMode": "cleartype",
                "colorScheme": "One Half Dark",
                "commandline": "D:/msys64/msys2_shell.cmd -defterm -no-start -msys",
                "cursorShape": "filledBox",
                "fontSize": 14,
                "hidden": false,
                "icon": "D:/msys64/msys2.ico",
                "name": "MSYS / MSYS2",
                "useAcrylic": true
            }

How to make emojis also working when open with Windows Terminal? Thanks.

Hi. This is not really a question nor an issue for msys2-launcher (the program from this repo). If you still have this question I recommend checking https://msys2.org for ways to contact us with general questions.