mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Colorize ctrl-v + ctrl-j in repl instructions
This commit is contained in:
parent
8a29d50f4e
commit
f85c10c4bb
1 changed files with 8 additions and 1 deletions
|
@ -54,7 +54,14 @@ pub const TIPS: &str = concatcp!(
|
||||||
BLUE,
|
BLUE,
|
||||||
" - ",
|
" - ",
|
||||||
END_COL,
|
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,
|
BLUE,
|
||||||
" - ",
|
" - ",
|
||||||
END_COL,
|
END_COL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue