b834a87529
flushStatic() writes directly to stdout, but log-update tracks cursor position for in-place re-rendering. Without clearing log-update first, the static content gets overwritten when the dynamic frame re-renders. Adds a regression test that verifies the clear sequence appears before static content in non-debug mode.