From 166d5fa4ffa3c5514b2d7597f3238e6828c986f9 Mon Sep 17 00:00:00 2001 From: Maxim Zhiburt Date: Mon, 30 Sep 2024 22:45:13 +0300 Subject: 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 --- crates/nu-explore/src/views/record/table_widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-explore/src/views/record/table_widget.rs b/crates/nu-explore/src/views/record/table_widget.rs index ae39d4685..588377c9f 100644 --- a/crates/nu-explore/src/views/record/table_widget.rs +++ b/crates/nu-explore/src/views/record/table_widget.rs @@ -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); } -- cgit v1.2.3-70-g09d2