Files
TUIkit/docs/lib
phranck 414555db6a Fix: Resolve HTML tag rendering bugs in CRT terminal
- COLS truncation now counts visible characters only (ignores HTML tags),
  preventing broken markup when tags get cut off mid-pair
- typeSystem() types content between paired tags char-by-char while tags
  appear instantly as complete open/close pairs
- Empty lines render with non-breaking space for correct row height,
  fixing premature scrolling when blank lines consumed ROWS budget
- Stable line keys (monotonic counter) prevent React DOM thrashing
- terminal-parser bold regex uses negative lookahead to skip ***
2026-02-02 12:53:43 +01:00
..