pub const LOGS_TAIL: usize = 50;Expand description
How many log lines the LOGS card requests via --tail. Sized for
the worst-case panel height we expect (a tall terminal can fit
dozens of lines inside the card); the renderer slices the trailing
inner_capacity rows so a short panel only paints what fits.