You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.