Table of Contents

Method ShouldSuppressFallbackKeyDown

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

ShouldSuppressFallbackKeyDown(Key)

Gives derived processors a chance to suppress keydown events that come from fallback stream processing after ANSI parsing.

protected virtual bool ShouldSuppressFallbackKeyDown(Key key)

Parameters

key Key

The key produced by fallback processing.

Returns

bool

true when the keydown should be ignored; otherwise false.