feat: Add 60+ SSH config field support with enhanced UI (#50)

This commit is contained in:
Pei-Tang Huang
2025-09-18 20:36:08 +01:00
committed by GitHub
parent e75b61e819
commit 3b9f866d55
20 changed files with 6019 additions and 156 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ func (s *SearchBar) build() {
SetFieldTextColor(tcell.Color252).
SetFieldWidth(30).
SetBorder(true).
SetTitle("Search").
SetTitle(" Search ").
SetTitleAlign(tview.AlignCenter).
SetBorderColor(tcell.Color238).
SetTitleColor(tcell.Color250)