Can't render tab character with Paragraph. · Issue #876 · ratatui/ratatui · GitHub
DRANK
Description I'm trying to render text that contains tabs but the tab character is not rendered. To Reproduce Here's the code: use std::io::{self, stdout}; use crossterm::{ event::{self, Event, KeyC...