↓ 2 callersFunctionanimation_frameMap a clock tick (500 ms steps) to a frame index (0, 1, or 2). Mirrors the TypeScript idle-fidget sequence: `[0,0,0,0,1,0,0,0,-1→2,0,0,2,0,0,0]` cycl
src-rust/crates/buddy/src/lib.rs:857
↓ 2 callersFunctioncompute_modal_layout(
area: Rect,
width: u16,
height: u16,
header_height: u16,
footer_height: u16,
)
src-rust/crates/tui/src/overlays.rs:85