diff --git a/Ansi.hws b/Ansi.hws index bb86e03..78195eb 100644 --- a/Ansi.hws +++ b/Ansi.hws @@ -1,24 +1,19 @@ /******************************************************************** * ANSI SUPPORT LIBRARY * * Author : Fabio Falcucci (Allanon) * - * License : Freeware * + * License : MIT * * Version : 1.7 * * Release : 03/11/2024 * * Dependancies : - * - * PayPal Support : hijoe@tin.it * + * * + * PayPal Support hijoe@tin.it * * Support me on Patreon! https://www.patreon.com/Allanon71 * - * Github repository https://github.com/Allanon71 * + * Bitcoin https://coindrop.to/allanon * + * * + * Github repo (leaving) https://github.com/Allanon71 * + * Gitea repo (updated) https://gitea.it/allanon/HollywoodLibs * * ------------------------------------------------------------------ - -/* - to check/complete - - Function Term.getInput(t, wordwrap, linefeed, maxLen) - - to add - - Term.Draw.Box --> Draw Empty Box - - Term.Draw.FBox --> Draw Filled Box - - Term.LPrint(...) --> Print with coordinates -*/ + */ Ansi = {} Ansi.Version = "1.7" diff --git a/Examples/Ansi/basics.hws b/Examples/Ansi/basics.hws index 3479768..4ea44bc 100644 --- a/Examples/Ansi/basics.hws +++ b/Examples/Ansi/basics.hws @@ -1,15 +1,20 @@ -; ------------------------------------------------------------------- -; ANSI Example, basic usage -; ------------------------------------------------------------------- -; Author : Fabio Falcucci (Allanon) -; License : Freeware -; Version : 1.0 -; Release : 04/11/2024 -; Dependancies : Ansi.hws -; PayPal Support : hijoe@tin.it -; Support me on Patreon! https://www.patreon.com/Allanon71 -; Github repository https://github.com/Allanon71 -; ------------------------------------------------------------------ +/******************************************************************** + * ANSI Example, basic usage * + * ---------------------------------------------------------------- * + * Author : Fabio Falcucci (Allanon) * + * License : Freeware * + * Version : 1.0 * + * Release : 04/11/2024 * + * Dependancies : - * + * * + * PayPal Support hijoe@tin.it * + * Support me on Patreon! https://www.patreon.com/Allanon71 * + * Bitcoin https://coindrop.to/allanon * + * * + * Github repo (leaving) https://github.com/Allanon71 * + * Gitea repo (updated) https://gitea.it/allanon/HollywoodLibs * + * ---------------------------------------------------------------- * + */ ; Let's include the ANSI library @INCLUDE "../../Ansi.hws" diff --git a/Examples/Ansi/requesters.hws b/Examples/Ansi/requesters.hws index d8907f8..1fb61f6 100644 --- a/Examples/Ansi/requesters.hws +++ b/Examples/Ansi/requesters.hws @@ -1,15 +1,20 @@ -; ------------------------------------------------------------------- -; ANSI Example, requesters usage -; ------------------------------------------------------------------- -; Author : Fabio Falcucci (Allanon) -; License : Freeware -; Version : 1.0 -; Release : 04/11/2024 -; Dependancies : Ansi.hws -; PayPal Support : hijoe@tin.it -; Support me on Patreon! https://www.patreon.com/Allanon71 -; Github repository https://github.com/Allanon71 -; ------------------------------------------------------------------ +/******************************************************************** + * ANSI Example, requesters usage * + * ---------------------------------------------------------------- * + * Author : Fabio Falcucci (Allanon) * + * License : Freeware * + * Version : 1.0 * + * Release : 04/11/2024 * + * Dependancies : Ansi.hws * + * * + * PayPal Support hijoe@tin.it * + * Support me on Patreon! https://www.patreon.com/Allanon71 * + * Bitcoin https://coindrop.to/allanon * + * * + * Github repo (leaving) https://github.com/Allanon71 * + * Gitea repo (updated) https://gitea.it/allanon/HollywoodLibs * + * ---------------------------------------------------------------- * + */ ; Let's include the ANSI library @INCLUDE "../../Ansi.hws" diff --git a/Examples/Ansi/term_app.hws b/Examples/Ansi/term_app.hws index 64e31e9..77ce1be 100644 --- a/Examples/Ansi/term_app.hws +++ b/Examples/Ansi/term_app.hws @@ -1,15 +1,20 @@ -; ------------------------------------------------------------------- -; ANSI Example, building a basic terminal app -; ------------------------------------------------------------------- -; Author : Fabio Falcucci (Allanon) -; License : Freeware -; Version : 1.0 -; Release : 06/11/2024 -; Dependancies : Ansi.hws -; PayPal Support : hijoe@tin.it -; Support me on Patreon! https://www.patreon.com/Allanon71 -; Github repository https://github.com/Allanon71 -; ------------------------------------------------------------------ +/******************************************************************** + * ANSI Example, building a basic terminal app * + * ---------------------------------------------------------------- * + * Author : Fabio Falcucci (Allanon) * + * License : Freeware * + * Version : 1.0 * + * Release : 04/11/2024 * + * Dependancies : Ansi.hws * + * * + * PayPal Support hijoe@tin.it * + * Support me on Patreon! https://www.patreon.com/Allanon71 * + * Bitcoin https://coindrop.to/allanon * + * * + * Github repo (leaving) https://github.com/Allanon71 * + * Gitea repo (updated) https://gitea.it/allanon/HollywoodLibs * + * ---------------------------------------------------------------- * + */ ; Let's include the ANSI library @INCLUDE "../../Ansi.hws"