25 credits =
"✧ Crafted by Lhorse & Pedro ✧";
Extended terminal info (for welcome screen pos)
int center_y
Vertical center row.
void animate_credits(t_welcome_term *t)
Print the credits line centered on the screen.
void animate_loading(t_welcome_term *t)
Animate a progress bar.
Welcome screen structures & prototypes.
void print_centered(t_welcome_term *t, int row, const char *str, int len)
Print string centered on the given row.
void ft_msleep(int ms)
Sleep for approximately ms millisecondes using a little trick.
void print_at_pos(int row, int col, const char *str)
Move the terminal cursor to [row, col] and print str.