enum Terminimal::Spinner::Style
Overview
Builtin spinner styles
Defined in:
terminimal/spinner.crEnum Members
-
ASCII_PROPELLER =
0 -
/-\ | -
ASCII_PLUS =
1 -
x+ -
ASCII_BLINK =
2 -
o- -
ASCII_V =
3 -
v<^> -
ASCII_INFLATE =
4 -
.oOo -
UNI_DOTS =
5 -
⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏ -
UNI_DOTS2 =
6 -
⣾⣽⣻⢿⡿⣟⣯⣷ -
UNI_DOTS3 =
7 -
⣷⣯⣟⡿⢿⣻⣽⣾ -
UNI_DOTS4 =
8 -
⠋⠙⠚⠞⠖⠦⠴⠲⠳⠓ -
UNI_DOTS5 =
9 -
⠄⠆⠇⠋⠙⠸⠰⠠⠰⠸⠙⠋⠇⠆ -
UNI_DOTS6 =
10 -
⠋⠙⠚⠒⠂⠂⠒⠲⠴⠦⠖⠒⠐⠐⠒⠓⠋ -
UNI_DOTS7 =
11 -
⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠴⠲⠒⠂⠂⠒⠚⠙⠉⠁ -
UNI_DOTS8 =
12 -
⠈⠉⠋⠓⠒⠐⠐⠒⠖⠦⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈ -
UNI_DOTS9 =
13 -
⠁⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈⠈ -
UNI_DOTS10 =
14 -
⢹⢺⢼⣸⣇⡧⡗⡏ -
UNI_DOTS11 =
15 -
⢄⢂⢁⡁⡈⡐⡠ -
UNI_DOTS12 =
16 -
⠁⠂⠄⡀⢀⠠⠐⠈ -
UNI_BOUNCE =
17 -
⠁⠂⠄⠂ -
UNI_PIPES =
18 -
┤┘┴└├┌┬┐ -
UNI_HANDS =
19 -
☜☝☞☟ -
UNI_ARROW_ROT =
20 -
➫➭➬➭ -
UNI_TRIANGLE =
21 -
◢◣◤◥ -
UNI_SQUARE =
22 -
◰◳◲◱ -
UNI_BOX_BOUNCE =
23 -
▖▘▝▗ -
UNI_PIE =
24 -
◴◷◶◵ -
UNI_CIRCLE =
25 -
◐◓◑◒ -
UNI_QTR_CIRCLE =
26 -
◜◝◞◟
Instance Method Summary
- #ascii_blink?
- #ascii_inflate?
- #ascii_plus?
- #ascii_propeller?
- #ascii_v?
- #character_sequence
- #uni_arrow_rot?
- #uni_bounce?
- #uni_box_bounce?
- #uni_circle?
- #uni_dots10?
- #uni_dots11?
- #uni_dots12?
- #uni_dots2?
- #uni_dots3?
- #uni_dots4?
- #uni_dots5?
- #uni_dots6?
- #uni_dots7?
- #uni_dots8?
- #uni_dots9?
- #uni_dots?
- #uni_hands?
- #uni_pie?
- #uni_pipes?
- #uni_qtr_circle?
- #uni_square?
- #uni_triangle?