mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
nu-exlore/ Fix :try table view (#13964)
Must be addressed @fdncred But I would recheck. ![image](https://github.com/user-attachments/assets/657c4f63-62ae-413d-b6cc-90e918864e69) 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