12#include <cosmos/fs/FileBase.hxx>
13#include <cosmos/fs/FileDescriptor.hxx>
33 unsigned short cols()
const {
return ws_col; }
34 unsigned short rows()
const {
return ws_row; }
72 void sendBreak(
const std::chrono::milliseconds ms);
85 void makeControllingTerminal(
bool force =
false);
116COSMOS_API std::pair<cosmos::FileDescriptor, cosmos::FileDescriptor> openPTY(
117 const std::optional<TermDimension> initial_size = {});
Base class for File types with ownership of a FileDescriptor.
FileDescriptor fd() const
Allows access to the underlying fd with const semantics.
Thin Wrapper around OS file descriptors.
Access to Terminal information and ioctls.
Represents a terminal dimension in characters.