This commit is contained in:
AngelJumbo 2023-01-14 11:48:37 -05:00
parent c43c401594
commit 3e5a023ee8
2 changed files with 4 additions and 8 deletions

View File

@ -31,7 +31,6 @@ OPTIONS:
If you use Kitty or Alacritty you must use it with the -k option to see the rim. If you use Kitty or Alacritty you must use it with the -k option to see the rim.
-k <COLOR> Set the color of the rim if there is one. Available colours: red, blue, yellow, green, cyan and magenta. -k <COLOR> Set the color of the rim if there is one. Available colours: red, blue, yellow, green, cyan and magenta.
-b <NBALLS> Set the number of metaballs in the simulation, from 5 to 20. (default: 10) -b <NBALLS> Set the number of metaballs in the simulation, from 5 to 20. (default: 10)
Increase or decrease the number of balls in runtime with the m and l keys.
-F <CHARS> Allows for a custom set of chars to be used -F <CHARS> Allows for a custom set of chars to be used
Only ascii symbols are supported for now, wide/unicode chars may appear broken. Only ascii symbols are supported for now, wide/unicode chars may appear broken.
-C Retain the entire lava inside the terminal. -C Retain the entire lava inside the terminal.

11
lavat.c
View File

@ -362,9 +362,6 @@ void print_help() {
" Available colours: red, blue, yellow, green, cyan and magenta. \n" " Available colours: red, blue, yellow, green, cyan and magenta. \n"
" -b <NBALLS> Set the number of metaballs in the simulation, " " -b <NBALLS> Set the number of metaballs in the simulation, "
"from %i to %i. (default: 10)\n" "from %i to %i. (default: 10)\n"
" Increase or decrease the number of balls in run"
"time with the m and l keys.\n"
" -F <CHARS> Allows for a custom set of chars to be used\n" " -F <CHARS> Allows for a custom set of chars to be used\n"
" Only ascii symbols are supported for now, " " Only ascii symbols are supported for now, "
"wide/unicode chars may appear broken.\n" "wide/unicode chars may appear broken.\n"
@ -373,13 +370,13 @@ void print_help() {
" a bigger radius than the default one.\n" " a bigger radius than the default one.\n"
" -h Print help.\n" " -h Print help.\n"
"RUNTIME CONTROLS:\n" "RUNTIME CONTROLS:\n"
" i Icrease radius of the metaballs.\n" " i Increase radius of the metaballs.\n"
" d Decrease radius of the metaballs.\n" " d Decrease radius of the metaballs.\n"
" shift i Icrease rim of the metaballs.\n" " shift i Increase rim of the metaballs.\n"
" shift d Decrease rim of the metaballs.\n" " shift d Decrease rim of the metaballs.\n"
" m Icrease the number of metaballs.\n" " m Increase the number of metaballs.\n"
" l Decrease the number metaballs.\n" " l Decrease the number metaballs.\n"
" + Icrease speed.\n" " + Increase speed.\n"
" - Decrease speed.\n" " - Decrease speed.\n"
"(Tip: Zoom out in your terminal before running the program to get a " "(Tip: Zoom out in your terminal before running the program to get a "
"better resolution of the lava).\n", "better resolution of the lava).\n",