test
This commit is contained in:
4
main.go
4
main.go
@ -4,6 +4,7 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"net"
|
||||
"os"
|
||||
"os/signal"
|
||||
@ -109,6 +110,7 @@ func initialModel(renderer *lipgloss.Renderer, w int, h int) model {
|
||||
}
|
||||
|
||||
list := list.New(listItems, list.NewDefaultDelegate(), w, h-4)
|
||||
list.Styles.TitleBar = renderer.NewStyle()
|
||||
list.SetShowTitle(false)
|
||||
|
||||
// -1 to allow for the initial height of the nav model
|
||||
@ -298,6 +300,8 @@ func main() {
|
||||
|
||||
flag.Parse()
|
||||
|
||||
fmt.Println(os.Environ())
|
||||
|
||||
if isSsh {
|
||||
initServer()
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user