zhangshanmin commented on PR #16786: URL: https://github.com/apache/nuttx/pull/16786#issuecomment-3141949378
> > ## Testing > > **after** > > <img alt="屏幕截图 2025-07-30 230650" width="2000" height="1225" src="https://private-user-images.githubusercontent.com/11487431/472563955-9a35bb88-d051-4d30-a62e-673930b9f17c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTM5NzU2OTksIm5iZiI6MTc1Mzk3NTM5OSwicGF0aCI6Ii8xMTQ4NzQzMS80NzI1NjM5NTUtOWEzNWJiODgtZDA1MS00ZDMwLWE2MmUtNjczOTMwYjlmMTdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzMxVDE1MjMxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3YmQxNDQ5YTAwZGE4NzUyN2ZkYzM1N2UyMGViNDdkYzhiMjUwNTEzNTUyODU2ODRmOGJjMGUwMjgwYzVlY2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gf7mzd5KbDk7p2757zD_BnI5cfQrMdyUSoW4cn5YAWA"> > > @zhangshanmin I mean this screenshot These two screenshots show the state before reverting and after reverting, both in `MSYS2` environments with `Windows Terminal`. After adding the following configuration, it became perfectly consistent with MSYS2's default terminal environment. ``` { "closeOnExit": "graceful", "commandline": "C:\\msys64\\msys2_shell.cmd -defterm -no-start -msys2", "guid": "{17058ab1-aad3-5417-9072-38810a0a7b05}", "icon": "C:\\msys64\\msys2.ico", "name": "MSYS2 MSYS", "pathTranslationStyle": "msys2" }, ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org