[Bug 283751] [NEW PORT] devel/termbox2: Terminal rendering library for creating TUIs
Date: Mon, 30 Dec 2024 21:19:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283751 Bug ID: 283751 Summary: [NEW PORT] devel/termbox2: Terminal rendering library for creating TUIs Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/termbox/termbox2 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: alster@vinterdalen.se Attachment #256300 maintainer-approval+ Flags: Flags: maintainer-feedback+ Created attachment 256300 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256300&action=edit [PATCH] [NEW PORT] devel/termbox2: Terminal rendering library for creating TUIs termbox2 is a terminal rendering library for creating TUIs. It is an alternative to the ubiquitous ncurses library. It ships with built-in support for popular terminals and can also fallback to terminfo if present. Compared to the original termbox, it retains a simple API and no dependencies beyond libc, and adds stricter error checking, more efficient escape sequence parsing, opt-in support for 32-bit color, extended grapheme clusters, code gen for built-in escape sequences, a test suite, and more. termbox2 is organized as a single file header library, though it is possible to compile it as a stand-alone shared or static library. -- You are receiving this mail because: You are the assignee for the bug.