|
ttx 0.1.0
|
#include "di/container/string/string_view.h"#include "di/reflect/prelude.h"#include "ttx/escape_sequence_parser.h"#include "ttx/paste_event.h"Go to the source code of this file.
Namespaces | |
| namespace | ttx |
Enumerations | |
| enum class | ttx::BracketedPasteMode { ttx::Disabled , ttx::Enabled } |
Functions | |
| constexpr auto | ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< BracketedPasteMode >) |
| auto | ttx::serialize_paste_event (PasteEvent const &event, BracketedPasteMode mode) -> di::String |
| auto | ttx::is_bracketed_paste_begin (CSI const &csi) -> bool |
Variables | |
| constexpr auto | ttx::bracketed_paste_end = "\033[201~"_sv |