mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
fix test failure on nightly due to cef81dc
This commit is contained in:
parent
76258fbb93
commit
c1e3e978a2
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user