package Cursor_Management is
Leading : constant Natural := 12;
Paragraph_Spacing : constant Natural := Leading + 10;
Home_Pos : constant Point_2D := (2, 10);
Cursor_Pos : Point_2D := Home_Pos;
function Cursor return Point_2D;
procedure Home;
procedure Line_Feed;
procedure Paragraph_Feed;
procedure Indend