forked from extern/nushell
Revert ellipsis changes
This commit is contained in:
parent
877bbcd931
commit
cce5b5bb5e
@ -97,9 +97,9 @@ impl TableView {
|
||||
entries[row].truncate(max_num_of_columns);
|
||||
}
|
||||
|
||||
headers.push("…".to_string());
|
||||
headers.push("...".to_string());
|
||||
for row in 0..entries.len() {
|
||||
entries[row].push(("…".to_string(), "c")); // ellipsis is centred
|
||||
entries[row].push(("...".to_string(), "c")); // ellipsis is centred
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user