cview/DESIGN.md

419 B

This document lists architectural details of cview.

Focus-related style attributes are unset by default

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

Widgets always use sync.RWMutex

See #30.