From 882dacc3e7a7d517d1a317a9fef3514236c6e89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 4 May 2021 00:35:37 +0200 Subject: basic statusbar and inner output buffer Closes #2 --- src/buffer/threads.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/buffer/threads.rs') 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) { -- cgit v1.2.1