|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
A pseudo-TTY's dimensions in character cells. More...
#include <testcontainers/TtySize.hpp>
Public Attributes | |
| std::uint16_t | height = 0 |
| rows | |
| std::uint16_t | width = 0 |
| columns | |
A pseudo-TTY's dimensions in character cells.
Docker's wire order is [height, width] — rows first — and this struct follows it.
| std::uint16_t testcontainers::TtySize::height = 0 |
rows
| std::uint16_t testcontainers::TtySize::width = 0 |
columns