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:
Maxim Zhiburt 2024-09-30 22:45:13 +03:00 committed by GitHub
parent 4bd38847c2
commit 166d5fa4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}