aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer/threads.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-05-04 00:35:37 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-05-04 00:35:37 +0200
commit882dacc3e7a7d517d1a317a9fef3514236c6e89c (patch)
tree206d8a8d95c68eb9d6975f9c7eb8f27ad704c0cf /src/buffer/threads.rs
parentff52420876fb4e9a2d205d5a819db0234fc36b89 (diff)
downloadmail-882dacc3e7a7d517d1a317a9fef3514236c6e89c.tar.gz
basic statusbar and inner output buffer
Closes #2
Diffstat (limited to 'src/buffer/threads.rs')
-rw-r--r--src/buffer/threads.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer/threads.rs b/src/buffer/threads.rs
index 5a87388..fa12110 100644
--- a/src/buffer/threads.rs
+++ b/src/buffer/threads.rs
@@ -67,7 +67,6 @@ impl Threads {
.unwrap()
.map(Thread::new)
.collect();
- self.threads.append(&mut self.threads.clone());
}
pub fn fill_window(&self, window: &mut Window) {