-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move newline from markup to raw-text
this avoids a current _very small_ bug in the ANSI formatter which adds the indent after all new lines which means the next time the terminal is asked to printed a line it has the indent. We can "absorb" this indent by simply moving one of the newlines out of the markup and into a raw println!() call
- Loading branch information
1 parent
2d76927
commit d2579d4
Showing
2 changed files
with
46 additions
and
49 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