You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speed up terminal viewer rendering during scroll with a viewer-specific draw
path, reusable buffers, and compact ANSI output.
Fixed
Keep muted viewer syntax colors without painting a full-screen background on
every styled cell, avoiding bright terminal-default plain text while reducing
repaint work.
Improve auto lazy preview detection for .jsonl/.ndjson files while
keeping ambiguous huge multi-line JSON documents on the full formatter path.