Don't always render list cursor
This commit is contained in:
parent
a03971c019
commit
9f9f68466a
3 changed files with 11 additions and 4 deletions
|
|
@ -235,7 +235,7 @@ impl EuphRoom {
|
|||
}
|
||||
|
||||
let rows = Self::render_rows(joined);
|
||||
self.nick_list.render(frame, pos, size, rows);
|
||||
self.nick_list.render(frame, pos, size, rows, false);
|
||||
}
|
||||
|
||||
fn render_hsplit(frame: &mut Frame, hsplit: i32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue