Some cosmetic changes in the source headers
This commit is contained in:
19
Ansi.hws
19
Ansi.hws
@@ -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 = {}
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user