ttx 0.1.0
|
#include "di/reflect/prelude.h"
#include "ttx/escape_sequence_parser.h"
#include "ttx/focus_event.h"
Go to the source code of this file.
Namespaces | |
namespace | ttx |
Enumerations | |
enum class | ttx::FocusEventMode { ttx::Disabled , ttx::Enabled } |
Functions | |
constexpr auto | ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< FocusEventMode >) |
auto | ttx::serialize_focus_event (FocusEvent const &focus_event, FocusEventMode mode) -> di::Optional< di::String > |
auto | ttx::focus_event_from_csi (CSI const &csi) -> di::Optional< FocusEvent > |