refactor: pull out more methods, remove unused Option

This commit is contained in:
andy.boot
2025-06-04 20:34:10 +01:00
parent 9b2dc4655d
commit 74ffd78901
4 changed files with 82 additions and 66 deletions
+1 -1
View File
@@ -125,9 +125,9 @@ impl DrawData<'_> {
pub fn draw_it(
idd: InitialDisplayData,
root_node: &DisplayNode,
no_percent_bars: bool,
terminal_width: usize,
root_node: &DisplayNode,
skip_total: bool,
) {
let num_chars_needed_on_left_most = if idd.by_filecount {