table of contents
TICKIT_RECT(7) | Miscellaneous Information Manual | TICKIT_RECT(7) |
NAME¶
TickitRect - utility structure representing a rectangular regionSYNOPSIS¶
#include <tickit.h> typedef struct { int top; int left; int lines; int cols; } TickitRect;