-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: timestamp zero representation caching (#836)
Caching the zero represenation sounds like a good idea, until the precision gets changed and then e.g. 01:40:23.13 returns -00:00:00.0 because it has the same amount of characters, messing up our width estimation and pseudo monospace thingy. Clearing the cache on options change avoids such conflicts. Fixes #834
- Loading branch information
1 parent
0f970b5
commit 63aba05
Showing
2 changed files
with
8 additions
and
1 deletion.
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