mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
More table tweaks
This commit is contained in:
parent
c6dba7893c
commit
3a3479e6b5
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ impl RenderView for TableView {
|
|||
let mut table = Table::new();
|
||||
|
||||
let fb = FormatBuilder::new()
|
||||
.separator(LinePosition::Top, LineSeparator::new(' ', ' ', ' ', ' '))
|
||||
.separator(LinePosition::Top, LineSeparator::new('-', '+', ' ', ' '))
|
||||
.separator(LinePosition::Bottom, LineSeparator::new('-', '+', ' ', ' '))
|
||||
.separator(LinePosition::Title, LineSeparator::new('-', '+', '|', '|'))
|
||||
.column_separator('|')
|
||||
.padding(1, 1);
|
||||
|
|
Loading…
Reference in a new issue