Packages

Terminal emulation and driver infrastructure for Raxol. ANSI parsing, screen buffers, command processing, cursor management, input handling, session management, and termbox2 NIF integration.

Current section

Files

Jump to
raxol_terminal lib termbox2_nif README.md
Raw

lib/termbox2_nif/README.md

# Termbox2 C Source
This project adapts the official [termbox2](https://github.com/termbox/termbox2) C source as a git submodule. You must initialize the submodule before building:
```sh
git submodule update --init --recursive
```
If you are using a CI system, ensure this step is included in your build pipeline.