mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
04a83f00f3
MKDIR:completely implemented LS/RM/MV/CP: combined switches KERNEL:SList API now handle options to handle several languages/parsers
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
*** Auto generated by docgen.cmd ***
|
|
|
|
## Copyright
|
|
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
|
|
|
|
# tuiInit
|
|
Initialize screen & create a new context
|
|
|
|
## C
|
|
`short int hCTX tuiInit();`
|
|
|
|
## ASM
|
|
`>LIBCALL hLIBTUI,LIBTUI.Init`
|
|
|
|
## RETURN VALUE
|
|
CC = success, A = hCTX
|
|
|
|
# tuiClose
|
|
destroy context
|
|
|
|
## C
|
|
`void fastcall tuiClose(short int hCTX);`
|
|
|
|
## ASM
|
|
`lda hCTX`
|
|
`>LIBCALL hLIBTUI,LIBTUI.Close`
|
|
|
|
## RETURN VALUE
|
|
CC = success
|
|
|
|
## License
|
|
A2osX is licensed under the GNU General Public License.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
The full A2osX license can be found **[Here](../LICENSE)**.
|
|
|
|
*** End of Auto generated file ***
|