Remove deadcode + small comment on Lip Gloss

This commit is contained in:
Christian Rocha
2021-04-12 19:33:16 -04:00
parent ddd48d9ab7
commit 0d5d7e5acd
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,10 @@ type Model struct {
EchoMode EchoMode
EchoCharacter rune
// Styles.
// Styles. These will be applied as inline styles.
//
// For an introduction to styling with Lip Gloss see:
// https://github.com/charmbracelet/lipgloss
PromptStyle lipgloss.Style
TextStyle lipgloss.Style
BackgroundStyle lipgloss.Style