Some cosmetic changes in the source headers

This commit is contained in:
Fabio
2025-04-26 12:21:08 +02:00
parent 3b0c53f07e
commit 40ddcbee52
4 changed files with 59 additions and 49 deletions

View File

@@ -1,23 +1,18 @@
/********************************************************************
* 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 = {}

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"