pub type TPoint = Vector2D<TSize>;
Point/Coordinate inside a terminal
pub struct TPoint { pub x: u16, pub y: u16, }
x: u16
y: u16