https://github.com/baltasarq/cscrutil
Multiplatform screen console management for C
https://github.com/baltasarq/cscrutil
colors console cursor library multiplatform
Last synced: 8 months ago
JSON representation
Multiplatform screen console management for C
- Host: GitHub
- URL: https://github.com/baltasarq/cscrutil
- Owner: Baltasarq
- License: mit
- Created: 2015-10-21T19:58:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T11:25:48.000Z (over 3 years ago)
- Last Synced: 2023-08-19T16:42:37.450Z (over 2 years ago)
- Topics: colors, console, cursor, library, multiplatform
- Language: C
- Homepage: http://baltasarq.github.io/cscrutil
- Size: 156 KB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCR Util clib
Gestión de pantalla para la consola multiplataforma.
*Multiplatform screen console management*
Esta librería, programada en C, puede manejar las consolas tanto de Windows (utilizando las llamadas al sistema operativo), como de *nix (empleando las secuencias de control ANSI).
*This library, written in C, can manage both Windows and Linux consoles. It uses system calls for Windows, and the ANSI control escape sequences for Linux.*
## Screenshots


## Using this library
Puedes simplemente poner los archivos `scrutil.c` y `scrutil.h`en el mismo directorio de tu programa, y añadirlos al sistema de compilación de tu IDE, o simplemente modificar el `Makefile` dado y teclear `make`.
*Just drop `scrutil.c` and `scrutil.h` it in the same directory of your program. Then you can add both files to the compile system of your IDE, or just modify the provided `Makefile` and type `make`.*
## License
[MIT License](https://github.com/Baltasarq/cscrutil/blob/master/LICENSE "MIT License")