diff --git a/src/render.rs b/src/render.rs index 59e181e..b387f05 100644 --- a/src/render.rs +++ b/src/render.rs @@ -157,8 +157,6 @@ fn render_process_table( return None; } - let end = process_table_start + display_height; - let procs: Vec<&ZProcess> = process_table .iter() .map(|pid| { @@ -175,9 +173,12 @@ fn render_process_table( if area.height < 5 { return highlighted_process; // not enough space to draw anything } - let rows: Vec> = procs + let rows: Vec<(Vec, Option