cview/DESIGN.md

383 B

This document lists architectural details of cview.

Focus-related style attributes are unset by default

This applies to all widgets except Buttons, which require a style change to indicate focus. See ColorUnset.

Widgets always use sync.RWMutex

See #30.