Some cosmetic changes in the source headers
This commit is contained in:
21
Ansi.hws
21
Ansi.hws
@@ -1,24 +1,19 @@
|
|||||||
/********************************************************************
|
/********************************************************************
|
||||||
* ANSI SUPPORT LIBRARY *
|
* ANSI SUPPORT LIBRARY *
|
||||||
* Author : Fabio Falcucci (Allanon) *
|
* Author : Fabio Falcucci (Allanon) *
|
||||||
* License : Freeware *
|
* License : MIT *
|
||||||
* Version : 1.7 *
|
* Version : 1.7 *
|
||||||
* Release : 03/11/2024 *
|
* Release : 03/11/2024 *
|
||||||
* Dependancies : - *
|
* Dependancies : - *
|
||||||
* PayPal Support : hijoe@tin.it *
|
* *
|
||||||
|
* PayPal Support hijoe@tin.it *
|
||||||
* Support me on Patreon! https://www.patreon.com/Allanon71 *
|
* 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 = {}
|
||||||
Ansi.Version = "1.7"
|
Ansi.Version = "1.7"
|
||||||
|
@@ -1,15 +1,20 @@
|
|||||||
; -------------------------------------------------------------------
|
/********************************************************************
|
||||||
; ANSI Example, basic usage
|
* ANSI Example, basic usage *
|
||||||
; -------------------------------------------------------------------
|
* ---------------------------------------------------------------- *
|
||||||
; Author : Fabio Falcucci (Allanon)
|
* Author : Fabio Falcucci (Allanon) *
|
||||||
; License : Freeware
|
* License : Freeware *
|
||||||
; Version : 1.0
|
* Version : 1.0 *
|
||||||
; Release : 04/11/2024
|
* Release : 04/11/2024 *
|
||||||
; Dependancies : Ansi.hws
|
* Dependancies : - *
|
||||||
; PayPal Support : hijoe@tin.it
|
* *
|
||||||
; Support me on Patreon! https://www.patreon.com/Allanon71
|
* PayPal Support hijoe@tin.it *
|
||||||
; Github repository https://github.com/Allanon71
|
* 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
|
; Let's include the ANSI library
|
||||||
@INCLUDE "../../Ansi.hws"
|
@INCLUDE "../../Ansi.hws"
|
||||||
|
@@ -1,15 +1,20 @@
|
|||||||
; -------------------------------------------------------------------
|
/********************************************************************
|
||||||
; ANSI Example, requesters usage
|
* ANSI Example, requesters usage *
|
||||||
; -------------------------------------------------------------------
|
* ---------------------------------------------------------------- *
|
||||||
; Author : Fabio Falcucci (Allanon)
|
* Author : Fabio Falcucci (Allanon) *
|
||||||
; License : Freeware
|
* License : Freeware *
|
||||||
; Version : 1.0
|
* Version : 1.0 *
|
||||||
; Release : 04/11/2024
|
* Release : 04/11/2024 *
|
||||||
; Dependancies : Ansi.hws
|
* Dependancies : Ansi.hws *
|
||||||
; PayPal Support : hijoe@tin.it
|
* *
|
||||||
; Support me on Patreon! https://www.patreon.com/Allanon71
|
* PayPal Support hijoe@tin.it *
|
||||||
; Github repository https://github.com/Allanon71
|
* 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
|
; Let's include the ANSI library
|
||||||
@INCLUDE "../../Ansi.hws"
|
@INCLUDE "../../Ansi.hws"
|
||||||
|
@@ -1,15 +1,20 @@
|
|||||||
; -------------------------------------------------------------------
|
/********************************************************************
|
||||||
; ANSI Example, building a basic terminal app
|
* ANSI Example, building a basic terminal app *
|
||||||
; -------------------------------------------------------------------
|
* ---------------------------------------------------------------- *
|
||||||
; Author : Fabio Falcucci (Allanon)
|
* Author : Fabio Falcucci (Allanon) *
|
||||||
; License : Freeware
|
* License : Freeware *
|
||||||
; Version : 1.0
|
* Version : 1.0 *
|
||||||
; Release : 06/11/2024
|
* Release : 04/11/2024 *
|
||||||
; Dependancies : Ansi.hws
|
* Dependancies : Ansi.hws *
|
||||||
; PayPal Support : hijoe@tin.it
|
* *
|
||||||
; Support me on Patreon! https://www.patreon.com/Allanon71
|
* PayPal Support hijoe@tin.it *
|
||||||
; Github repository https://github.com/Allanon71
|
* 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
|
; Let's include the ANSI library
|
||||||
@INCLUDE "../../Ansi.hws"
|
@INCLUDE "../../Ansi.hws"
|
||||||
|
Reference in New Issue
Block a user