Skip to content

Commit

Permalink
fix: withFerociousRenderer is not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 15, 2025
1 parent 046a5dd commit bfdb8c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,3 @@ func WithColorProfile(profile colorprofile.Profile) ProgramOption {
p.profile = profile
}
}

// WithFerociousRenderer tells Bubble Tea to use the new shiny "ferocious"
// renderer. This renderer is experimental and may change or be removed in
// future versions.
//
// The ferocious renderer is a new renderer that is faster and more efficient
// than the default renderer. It is also more ferocious ;)
func WithFerociousRenderer() ProgramOption { //nolint:unused
return func(p *Program) {
p.startupOptions |= withFerociousRenderer
}
}
2 changes: 0 additions & 2 deletions tea.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ const (
withColorProfile
withKeyboardEnhancements
withGraphemeClustering

withFerociousRenderer
)

// channelHandlers manages the series of channels returned by various processes.
Expand Down

0 comments on commit bfdb8c7

Please sign in to comment.