[][src]Module alacritty::event

Process window events.

Structs

ActionContext
EventProxy
Mouse

State of the mouse.

Processor

The event processor.

SearchState

Regex search state.

Enums

ClickState
Event

Events dispatched through the UI event loop.

Constants

MAX_HISTORY_SIZE

Maximum number of search terms stored in the history.

MAX_SEARCH_WHILE_TYPING

Maximum number of lines for the blocking search while still typing the search regex.

TYPING_SEARCH_DELAY

Duration after the last user input until an unlimited search is performed.