class

Fingers::MatchFormatter

Inherits Fingers::Formatter < Reference < Object

Constructors

new(hint_style : String = Fingers.config.hint_style, highlight_style : String = Fingers.config.highlight_style, selected_hint_style : String = Fingers.config.selected_hint_style, selected_highlight_style : String = Fingers.config.selected_highlight_style, backdrop_style : String = Fingers.config.backdrop_style, hint_position : String = Fingers.config.hint_position, reset_sequence : String = Fingers::ANSI_RESET)
Source

Instance methods

format(hint : String, highlight : String, selected : Bool, offset : Tuple(Int32, Int32) | Nil)
Source