pub fn buffer_to_string(buffer: &Buffer) -> String
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.