fixes for welcome message
This commit is contained in:
parent
bd5ae72b6a
commit
9514985802
@ -46,7 +46,7 @@ pub fn draw_status(screen: &mut Screen, editor: &Editor) {
|
|||||||
pub fn draw_welcome(screen: &mut Screen, editor: &Editor) {
|
pub fn draw_welcome(screen: &mut Screen, editor: &Editor) {
|
||||||
// The welcome message
|
// The welcome message
|
||||||
let message: [&str; 6] = [
|
let message: [&str; 6] = [
|
||||||
&"λ Lambda".bright_yellow() as &str,
|
&"λ Lambda".yellow() as &str,
|
||||||
"Hackable text editor for nerds",
|
"Hackable text editor for nerds",
|
||||||
"",
|
"",
|
||||||
"Type :help to open the README.md document",
|
"Type :help to open the README.md document",
|
||||||
|
Loading…
Reference in New Issue
Block a user