Lautaro Mazzitelli
Lautaro Mazzitelli
Trying to compile on MacOS 10.13.6 Flex: 2.6.4_1 Bison: 3.7.3 ``` $ cmake . -- The C compiler identification is AppleClang 10.0.0.10001044 -- The CXX compiler identification is AppleClang 10.0.0.10001044...
## Description Setting `underline_color() into a paragraph makes the UI flicker. ## To Reproduce ```rest let input = Paragraph::new(Span::styled( format!("{}{} ", spaces, self.discord_input_filed.value()), Style::default() .fg(VIVID_SKY_BLUE) .bg(INDIGO) .underlined() .underline_color(VIVID_SKY_BLUE), )) .alignment(Alignment::Center);...