opentui
opentui copied to clipboard
OpenTUI is a library for building terminal user interfaces (TUIs)
## Problem Both Solid and React reconcilers corrupt certain CJK characters during rendering. ~Core handles them correctly.~ ``` Expected → Actual (Solid/React) 你好世界 → 你好世ç界 中文 → 中文æ 한글 →...
Issue #229
### Description - added textarea component from core (_might need some work_) - added code component from core
I have four `` elements side-by-side: In the screenshot, the second `` is focused. I would like the possibility to have no selected option when an select isn't focused. Meaning:...
## Summary Adds comprehensive test coverage to React reconciler with feature parity to SolidJS tests. 6 logical commits covering testing utilities, rendering, control flow, layout, events, and CJK grapheme rendering...
### Description As the title says, simply importing `@opentui/core` disables all teardown hooks on Effect (or any other library, for that matter). #### Example ```ts import { Effect } from...
Fixes issue #257