Un fork de lavat pour pouvoir y ajouter des titres - retour accueil
git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |
commit 17c79557bce8f7160cbc50d945cd67472ac76f3a parent 66b4d1ffff38d387ecea41f35ad36bb30b049472 Auteurice: Angel Jumbo <anarjumb@gmail.com> Date: Thu, 10 Nov 2022 23:24:11 -0500 Updated -h option Diffstat:
M | lavat.c | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lavat.c b/lavat.c @@ -255,10 +255,13 @@ void print_help() { "(default: 5)\n" " -R <RIM> Set a rim for each metaball, sizes from 1 to 5." "(default: none)\n" + " This option does not work with the default " + "color\n" + + " If you use Kitty or Alacritty you must use it " + "with the -k option to see the rim.\n" " -k <COLOR> Set the color of the rim if there is one." " Available colours: red, blue, yellow, green, cyan and magenta. \n" - " This option does not work with the default " - "color.\n" " -b <NBALLS> Set the number of metaballs in the simulation, " "from 2 to 20. (default: 10)\n" " -F <CHARS> Allows for a custom set of chars to be used\n"