#include <mttypriv.h>
Data Fields | |
WindowPtr | its_window |
short | font_number |
short | font_size |
short | char_width |
short | row_height |
short | ascent_height |
short | x_size |
short | y_size |
short | x_curs |
short | y_curs |
GWorldPtr | its_window_world |
BitMap | its_bits |
GrafPtr | offscreen_port |
GWorldPtr | offscreen_world |
Rect | invalid_rect |
long | attribute [TTY_NUMBER_ATTRIBUTES] |
long | last_cursor |
Boolean | was_allocated |
Boolean | curs_state |
Boolean | uses_gworld |
long tty_record::attribute[TTY_NUMBER_ATTRIBUTES] |
short tty_record::char_width |
Boolean tty_record::curs_state |
short tty_record::font_number |
short tty_record::font_size |
BitMap tty_record::its_bits |
WindowPtr tty_record::its_window |
GWorldPtr tty_record::its_window_world |
GrafPtr tty_record::offscreen_port |
GWorldPtr tty_record::offscreen_world |
short tty_record::row_height |
Boolean tty_record::uses_gworld |
Boolean tty_record::was_allocated |
short tty_record::x_curs |
short tty_record::x_size |
short tty_record::y_curs |
short tty_record::y_size |