Show More
@@ -463,9 +463,11 b" if pycompat.osname == 'nt':" | |||
|
463 | 463 | for sattr in m.group(1).split(';'): |
|
464 | 464 | if sattr: |
|
465 | 465 | attr = mapcolor(int(sattr), attr) |
|
466 | ui.flush() | |
|
466 | 467 | _kernel32.SetConsoleTextAttribute(stdout, attr) |
|
467 | 468 | writefunc(m.group(2), **opts) |
|
468 | 469 | m = re.match(ansire, m.group(3)) |
|
469 | 470 | finally: |
|
470 | 471 | # Explicitly reset original attributes |
|
472 | ui.flush() | |
|
471 | 473 | _kernel32.SetConsoleTextAttribute(stdout, origattr) |
General Comments 0
You need to be logged in to leave comments.
Login now