We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Document LT_HEX hex color-packing macro
docs: add Porting from termbox2 (compat header + Ctrl-key gotcha, compat & modern fixes) New page covering compat/termbox2.h: how to drop it in, what's supported/ adapted/unsupported, and the Ctrl+letter input-model gotcha with both fixes (LT_INPUT_COMPAT one-liner vs. the modern ch+mod model). Wired into the sidebar and Home; cross-linked from Input & Events.
docs(input): key releases suppressed by default (LT_INPUT_RELEASE opt-in); ch carries layout-translated text on kitty terminals
Cursor visibility: hidden by default at init, lt_set_cursor implies show (termbox2 parity)
Getting started: LIBTERM_SIMD=auto is runtime dispatch now
Home: mention color querying in the Colors & Attributes descriptor
Examples: theme quits on q
Document color querying (lt_query_color, lt_is_dark_background) + theme example; refresh Home intro
Examples: keyboard is now termbox2's ported on-screen demo (Ctrl+X Ctrl+Q to quit)
Add beginner tutorial series (first screen, layout, keyboard, mouse, capstone) Six new pages: a Tutorials hub plus five step-by-step, copy-and-run lessons written for absolute beginners. Every code sample compiles and links against the current API (verified). Wire them into the sidebar and Home.
Document the Windows input model (native console, Ctrl+letter best-effort, ConPTY caveat)
docs: add LT_KEY_CAPS_LOCK to the modern-model keys
docs: document the modern kitty-based input model (action, bare modifiers, LT_INPUT_COMPAT)
docs: add Getting Started, API Reference, Input, Colors, Examples pages
Initial Home page