mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix test failure on nightly due to cef81dc
This commit is contained in:
parent
76258fbb93
commit
c1e3e978a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue