MiniDevil
As beautiful as a shell
Loading animation. More...
#include "welcome_ui.h"
Include dependency graph for welcome_loading.c:Loading animation.
Definition in file welcome_loading.c.
Functions | |
| void | animate_credits (t_welcome_term *t) |
| Print the credits line centered on the screen. More... | |
| void | animate_loading (t_welcome_term *t) |
| Animate a progress bar. More... | |
| void animate_credits | ( | t_welcome_term * | t | ) |
Print the credits line centered on the screen.
| t | Terminal dimensions |
Definition at line 20 of file welcome_loading.c.
References C_AURA4, C_M3, t_welcome_term::center_y, DIM, print_at_pos(), print_centered(), RESET, and t_welcome_term::width.
Referenced by draw_welcome().
Here is the call graph for this function:
Here is the caller graph for this function:| void animate_loading | ( | t_welcome_term * | t | ) |
Animate a progress bar.
| t | Terminal dimensions |
Definition at line 37 of file welcome_loading.c.
References C_AURA2, C_M3, t_welcome_term::center_y, ft_msleep(), print_at_pos(), print_centered(), RESET, and t_welcome_term::width.
Referenced by draw_welcome().
Here is the call graph for this function:
Here is the caller graph for this function: