mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:48:36 +02:00
Revert ellipsis changes
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user