Show More
@@ -174,7 +174,8 def _modesetup(ui, opts): | |||
|
174 | 174 | realmode = 'terminfo' |
|
175 | 175 | |
|
176 | 176 | if realmode == 'win32': |
|
177 |
if not w32effects |
|
|
177 | if not w32effects: | |
|
178 | if mode == 'win32': | |
|
178 | 179 | # only warn if color.mode is explicitly set to win32 |
|
179 | 180 | ui.warn(_('warning: failed to set color mode to %s\n') % mode) |
|
180 | 181 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now