package ultraviolet const CURSOR_POINTER = 1 type View struct { Block Block Font Font Cursor int Custom string }