struct io.PtySize

struct PtySize {
    // fields

    typedef unsigned int uint_t m_rowCount;
    typedef unsigned int uint_t m_colCount;
};