mintty / wslを使用してウィンドウのタイトルを変更できない理由

mintty / wslを使用してウィンドウのタイトルを変更できない理由

cygwinのminttyを起動し、次のコマンドを実行しました。

~$ # here, we are in cygwin/bash
~$ printf "\e]0;cygwin\7"
~$ # Now I see "cygwin" on mintty's title
~$ wsl
~$ # now, we are in wsl/bash/debian
~$ printf "\e]0;wsl\7"
~$ # No change in mintty's title

wsl = Linux用のWindowsサブシステム

解決済み

私はこの端末がminttyに基づいていて、ウィンドウのタイトルを変更するエスケープシーケンスがうまく動作することを知りました。

wsl端末

ベストアンサー1

私はこの端末がminttyに基づいていて、ウィンドウのタイトルを変更するエスケープシーケンスがうまく動作することを知りました。

wsl端末

おすすめ記事