LLDB mainline
lldb_private::ProcessLaunchInfo::STDIOWindowSize Struct Reference

Terminal window dimensions to use when the launcher creates a pseudo-terminal for the inferior's stdio. More...

#include <ProcessLaunchInfo.h>

Public Attributes

uint16_t cols = 0
uint16_t rows = 0

Detailed Description

Terminal window dimensions to use when the launcher creates a pseudo-terminal for the inferior's stdio.

Definition at line 179 of file ProcessLaunchInfo.h.

Member Data Documentation

◆ cols

uint16_t lldb_private::ProcessLaunchInfo::STDIOWindowSize::cols = 0

◆ rows

uint16_t lldb_private::ProcessLaunchInfo::STDIOWindowSize::rows = 0

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