From 563b8cfb5bdb93262f8052a4b328f506299ee3da Mon Sep 17 00:00:00 2001 From: Joe cooper Date: Sun, 9 Apr 2017 22:41:06 -0500 Subject: [PATCH] re-org, as these new ones aren't really ready --- lib/Term/Spinner/Color.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Term/Spinner/Color.pm b/lib/Term/Spinner/Color.pm index 4ab120d..6b3613a 100644 --- a/lib/Term/Spinner/Color.pm +++ b/lib/Term/Spinner/Color.pm @@ -19,11 +19,6 @@ my %frames = ( 'ascii_blink' => [ qw(o -) ], 'ascii_v' => [ qw(v < ^ >) ], 'ascii_inflate' => [ qw(. o O o) ], - 'uni_earth' => [ qw(🌍 🌏 🌎) ], - 'uni_moon' => [ qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒) ], - 'uni_junk_food' => [ qw(🌭 🌮 🌯 🍔 🍕 🍟) ], - 'uni_clapping' => [ qw(👐 👏) ], - 'uni_diamonds' => [ qw(🔹 🔷 🔸 🔶) ], 'uni_dots' => [ qw(⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏) ], 'uni_dots2' => [ qw(⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷) ], 'uni_dots3' => [ qw(⣷ ⣯ ⣟ ⡿ ⢿ ⣻ ⣽ ⣾) ], @@ -55,6 +50,11 @@ my %frames = ( 'uni_trigram_bounce' => [ qw(☰ ☱ ☲ ☴ ☰ ☴ ☲ ☱) ], 'uni_count' => [ qw(➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉) ], 'uni_ellipsis_propeller' => [ qw(⋮ ⋰ ⋯ ⋱) ], + 'uni_earth' => [ qw(🌍 🌏 🌎) ], + 'uni_moon' => [ qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒) ], + 'uni_junk_food' => [ qw(🌭 🌮 🌯 🍔 🍕 🍟) ], + 'uni_clapping' => [ qw(👐 👏) ], + 'uni_diamonds' => [ qw(🔹 🔷 🔸 🔶) ], 'wide_ascii_prog' => [ qw([>----] [=>---] [==>--] [===>-] [====>] [----<] [---<=] [--<==] [-<===] [<====]) ], 'wide_ascii_propeller' =>