Commit 56f2b83
committed
fix: grow the SETUP panel with each live tunnel row
The setup panel had a fixed height that fit exactly three tunnel link
rows, so once a fourth provider (for example tailscale) connected its row
was clipped out of the TUI. Extend the panel height by one row per
tunnel beyond the first.1 parent ee6e5a8 commit 56f2b83
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
793 | | - | |
| 797 | + | |
794 | 798 | | |
795 | | - | |
| 799 | + | |
796 | 800 | | |
797 | 801 | | |
798 | 802 | | |
| |||
0 commit comments