Colorize ctrl-v + ctrl-j in repl instructions

This commit is contained in:
Richard Feldman 2022-10-25 08:08:27 -04:00
parent 8a29d50f4e
commit f85c10c4bb
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -54,7 +54,14 @@ pub const TIPS: &str = concatcp!(
BLUE,
" - ",
END_COL,
"You can use `Ctrl+V`+`Ctrl+J` to make a newline.\n\n",
PINK,
"ctrl-v",
END_COL,
" + ",
PINK,
"ctrl-j",
END_COL,
" makes a newline\n\n",
BLUE,
" - ",
END_COL,