-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wincon): Always reset at end of write
A lot of the complexity in designing `anstyle-wincon` comes back to the state tracking inside of it. This state tracking is to help reduce redundant calls. The primary user of this package is only calling it when the state changes. However, this does still have a side effect of back-to-back styles having an extra color write + flush. In at least my cases, this isn't too often and ... it is just legacy windows.
- Loading branch information
Showing
2 changed files
with
13 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters