Skip to main content

Module settings

Module settings 

Source
Expand description

The settings view: an editable list of the active display settings.

The arrow keys move between rows; / (and Enter) step the focused row’s value, applied live. The same settings stay reachable from every view through their function keys, so this view is a discoverable surface rather than the only way in.

Structs§

SettingsView
Everything the settings view renders from.
Values
The state every row reads its current value from.

Enums§

Row
One editable setting.

Functions§

glyphs_label
How a glyph variant reads.
render
Renders the settings list into area.
step_angle
The angle mode delta steps after current (two values, so it toggles).
step_decimals
The decimal count delta steps after current, clamped to 0..=MAX.
step_notation
The notation delta steps after current, wrapping.
step_thousands
The thousands separator delta steps after current, wrapping.
thousands_label
How a thousands separator reads in the list and the status band.