Yves Biener 28817d468a
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s
add(zig-interface): dependency to check interface contracts at comptime
The described interfaces for `Widget` and `Layout` are now defined and
correspondingly checked at comptime.
2024-11-12 23:13:35 +01:00
2024-11-09 19:07:10 +01:00
2024-11-09 19:07:10 +01:00

zterm Terminal User Interface Library

zterm is a terminal user interface library to implement terminal (fullscreen or inline) applications.

Note

Currently version 0.13.0 is officially supported. Builds using the master version might not work.

Usage

To include zterm as a dependency in your project run the following command:

zig fetch --save git+https://gitea.yves-biener.de/yves-biener/zterm
Description
Terminal User Interface Library for TUI applications written in zig.
Readme MIT 2.9 MiB
Languages
Zig 100%