This commit is contained in:
Miroslav Stampar
2024-07-30 09:45:26 +02:00
parent 526bec322b
commit 238ca3ccd8
3 changed files with 5 additions and 5 deletions

View File

@@ -243,6 +243,6 @@ class AnsiToWin32(object):
# 0 - change title and icon (we will only change title)
# 1 - change icon (we don't support this)
# 2 - change title
if params[0] in '02':
winterm.set_title(params[1])
# if params[0] in '02':
# winterm.set_title(params[1])
return text