1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-26 13:49:06 +08:00

Merge branch 'master' of github.com:rivo/tview

This commit is contained in:
Oliver 2021-11-09 18:56:20 +01:00
commit badfa0f0b3

View File

@ -199,7 +199,7 @@ func (i *InputField) SetPlaceholderStyle(style tcell.Style) *InputField {
return i
}
// SetPlaceholderStyle returns the style of the input area (when a placeholder
// GetPlaceholderStyle returns the style of the input area (when a placeholder
// is shown).
func (i *InputField) GetPlaceholderStyle() tcell.Style {
return i.placeholderStyle