mirror of
https://github.com/nushell/nushell.git
synced 2025-04-11 06:48:31 +02:00
nu-exlore/ Fix :try table view (#13964)
Must be addressed @fdncred But I would recheck.  close #13957
This commit is contained in:
parent
4bd38847c2
commit
166d5fa4ff
@ -565,7 +565,7 @@ fn render_split_line(
|
||||
style: NuStyle,
|
||||
) -> u16 {
|
||||
if has_head {
|
||||
render_vertical_split_line(buf, x, y, height, &[0], &[2], &[], style);
|
||||
render_vertical_split_line(buf, x, y, height, &[y], &[y + 2], &[], style);
|
||||
} else {
|
||||
render_vertical_split_line(buf, x, y, height, &[], &[], &[], style);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user