• Greg Spencer's avatar
    Swap out the moon emoji used for progress spinner for a single-cell character. (#22243) · eadd59a9
    Greg Spencer authored
    Swap out the moon emoji used for progress spinner for a single-cell character.
    
    The moon emoji looked cool, but couldn't be used because of bugs in xterm.js, used for VSCode's terminal, among others. The moon emoji is two character cells wide, but xterm.js doesn't advance by two cells when it adds the emoji, but does go back by two when it backspaces.
    
    This changes us to a different character animation (dots) that is only one cell wide, and so doesn't have this problem.
    eadd59a9
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...