1 2 3 4 5 6 7 8 9 10 11 12 13
use tui; use tui::paragraph; use tui::text; paragraph( #alignment: &`Center, &[ line(""), line(#style: style(#fg: `Yellow, #add_modifier: [`Bold]), "Welcome"), line(""), line("Press any key to continue") ] )