mirror of
https://github.com/AngelJumbo/lavat.git
synced 2024-11-05 07:16:45 +00:00
Allow rim with custom characters and no color
This commit is contained in:
parent
bf9ceaf823
commit
552578345e
8
lavat.c
8
lavat.c
@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
|
|||||||
if (!parse_options(argc, argv))
|
if (!parse_options(argc, argv))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (color == TB_DEFAULT)
|
if (color == TB_DEFAULT && !custom)
|
||||||
rim = 0;
|
rim = 0;
|
||||||
|
|
||||||
time_t t;
|
time_t t;
|
||||||
@ -247,8 +247,10 @@ void print_help() {
|
|||||||
" -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"
|
||||||
" -C Retain the entire lava inside the terminal(It may not "
|
" -C Retain the entire lava inside the terminal(It may "
|
||||||
"work well with a lot of balls or with a bigger radius than the default one).\n"
|
"not "
|
||||||
|
"work well with a lot of balls or with a bigger radius than the default "
|
||||||
|
"one).\n"
|
||||||
" -h Print help.\n"
|
" -h Print help.\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");
|
||||||
|
Loading…
Reference in New Issue
Block a user