-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
The reset sequence ESC [ 0 m
doesn't seem to do anything.
Given this string:
"\u{001b}[38;5;14mI am colored\u{001b}[0mI am after reset\n"
Results in just a single color on win7/8:
I would submit a PR, but I can't quite figure out what the reset code is trying to do. It sets self.reset
, but then does nothing with it. It also doesn't reset expected
if it is already reset, which I don't understand.
Metadata
Metadata
Assignees
Labels
No labels