forked from jesseduffield/lazygit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The string literal "\uf0868" does *not* create a single rune with the code point f0868, as was intended; instead, it creates two runes, one with the code point f086, followed by the character '8'.
- Loading branch information
1 parent
4e361e1
commit f2fd435
Showing
1 changed file
with
39 additions
and
39 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