![]() |
libghostty
|
#include <ghostty/vt/terminal.h>
Data Fields | |
| size_t | size |
| GhosttyTerminalProgressState | state |
| int8_t | progress |
A progress report emitted by the running program.
This is a sized struct. The callback must only access fields present in the size reported by size.
Definition at line 887 of file terminal.h.
| int8_t progress |
Progress percentage from 0 through 100, or -1 when omitted.
Definition at line 895 of file terminal.h.
| size_t size |
Size of this struct in bytes.
Definition at line 889 of file terminal.h.
Literal progress state reported by the running program.
Definition at line 892 of file terminal.h.