ttx 0.1.0
Loading...
Searching...
No Matches
ttx::terminal::EndInput Struct Reference

Represents the marker ending user input (and beginning of a command) More...

#include <ttx/terminal/escapes/osc_133.h>

Public Member Functions

auto operator== (EndInput const &) const -> bool=default
 

Friends

constexpr friend auto tag_invoke (di::Tag< di::reflect >, di::InPlaceType< EndInput >)
 

Detailed Description

Represents the marker ending user input (and beginning of a command)

The actual user input appears to be the text between prompts (or the end of line), on the lines which a prompt for the current command.

Member Function Documentation

◆ operator==()

auto ttx::terminal::EndInput::operator== ( EndInput const & ) const -> bool=default
default

Friends And Related Symbol Documentation

◆ tag_invoke

friend auto tag_invoke ( di::Tag< di::reflect > ,
di::InPlaceType< EndInput >  )
friend

The documentation for this struct was generated from the following file: