diff --git a/src/components/textinput.rs b/src/components/textinput.rs index 2d59a41f..a87e50ba 100644 --- a/src/components/textinput.rs +++ b/src/components/textinput.rs @@ -251,7 +251,7 @@ impl TextInputComponent { let cursor_highlighting = { let mut h = HashMap::with_capacity(2); - h.insert("\n", "\u{21b5}\n\r"); + h.insert("\n", "\u{21b5}\r\n\n"); h.insert(" ", symbol::WHITESPACE); h };