ttx 0.1.0
|
#include "di/reflect/prelude.h"
#include "di/util/bitwise_enum.h"
#include "ttx/escape_sequence_parser.h"
#include "ttx/key_event.h"
#include "ttx/params.h"
Go to the source code of this file.
Namespaces | |
namespace | ttx |
Enumerations | |
enum class | ttx::ApplicationCursorKeysMode { ttx::Disabled , ttx::Enabled } |
enum class | ttx::KeyReportingFlags { ttx::None = 0 , ttx::Disambiguate = 1 << 0 , ttx::ReportEventTypes = 1 << 1 , ttx::ReportAlternateKeys = 1 << 2 , ttx::ReportAllKeysAsEscapeCodes = 1 << 3 , ttx::ReportAssociatedText = 1 << 4 , ttx::All = Disambiguate | ReportEventTypes | ReportAlternateKeys | ReportAllKeysAsEscapeCodes | ReportAssociatedText } |
Functions | |
constexpr auto | ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< ApplicationCursorKeysMode >) |
constexpr auto | ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< KeyReportingFlags >) |
auto | ttx::serialize_key_event (KeyEvent const &event, ApplicationCursorKeysMode cursor_key_mode, KeyReportingFlags flags) -> di::Optional< di::String > |
auto | ttx::key_event_from_legacy_code_point (c32 code_point, Modifiers base_modifiers=Modifiers::None) -> KeyEvent |
auto | ttx::key_event_from_csi (CSI const &csi) -> di::Optional< KeyEvent > |