pub type LineId = u64;Expand description
A stable, monotonic scrollback-line id (FC-5): assigned once when a line is appended, it survives ring eviction and is never an index — selection and per-line interaction key on this, so evicting the oldest line does not silently re-target a selection onto a different line.