Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 419 Bytes

DESIGN.md

File metadata and controls

10 lines (6 loc) · 419 Bytes

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.