mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
remove brackets from contrast
This commit is contained in:
parent
a148670fb5
commit
41e41cd10b
@ -89,7 +89,7 @@ impl<'a> View<'a> {
|
|||||||
let clean = line.trim_end_matches(|c: char| c.is_whitespace());
|
let clean = line.trim_end_matches(|c: char| c.is_whitespace());
|
||||||
|
|
||||||
if !clean.is_empty() {
|
if !clean.is_empty() {
|
||||||
let text = self.make_hint_text(line);
|
let text = line.to_string();
|
||||||
|
|
||||||
print!("{goto}{text}", goto = cursor::Goto(1, index as u16 + 1), text = &text);
|
print!("{goto}{text}", goto = cursor::Goto(1, index as u16 + 1), text = &text);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user