|
ttx 0.1.0
|
Represents the end of a command, including exit status. More...
#include <ttx/terminal/escapes/osc_133.h>
Public Member Functions | |
| auto | operator== (EndCommand const &) const -> bool=default |
Public Attributes | |
| di::String | application_id {} |
| Application id, used to detect sub-shells. | |
| u32 | exit_code { 0 } |
| Command exit code. | |
| di::String | error {} |
| Command error string (empty means success) | |
Friends | |
| constexpr friend auto | tag_invoke (di::Tag< di::reflect >, di::InPlaceType< EndCommand >) |
Represents the end of a command, including exit status.
The start of a command is either marked by the end of the user input.
|
default |
|
friend |
| di::String ttx::terminal::EndCommand::application_id {} |
Application id, used to detect sub-shells.
| di::String ttx::terminal::EndCommand::error {} |
Command error string (empty means success)
| u32 ttx::terminal::EndCommand::exit_code { 0 } |
Command exit code.