/ncure

Terminal manipulation library in the Odin programming language.

Primary LanguageOdinBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Ncure

Terminal manipulation library in Odin. Supports VT100 and Win32 Terminal API.

An example of a readline alternative is implemented in example2/ folder. To compile the examples, use odin build main.odin -file in the respective folders (example/ and example2/).