buffer_to_string

Function buffer_to_string 

Source
pub fn buffer_to_string(buffer: &Buffer) -> String
Expand description

Convert a ratatui Buffer to a string with ANSI escape codes.

Each cell’s foreground color, background color, and modifiers are converted to ANSI escape sequences.