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