Skip to content

v4.8.1

Choose a tag to compare

@rodrigoslayertech rodrigoslayertech released this 03 Jul 01:20
· 93 commits to main since this release
v4.8.1

DBlockTerminal fixes

  • Readable ANSI bright black: the terminal theme now sets an explicit brightBlack (#a8b5ab) — xterm's default was too dim on the terminal background, making timestamps, footers and muted labels unreadable.
  • Bottom row no longer clipped: the viewport padding moved off the element FitAddon measures. A padded __screen inflated the parent clientHeight, so fit() proposed more rows than actually fit and the last row (e.g. a TUI keybindings footer) was cut off.