Skip to content

I20260603-1800

@vogella vogella tagged this 03 Jun 19:35
Preparation work for https://github.com/eclipse-platform/eclipse.platform/issues/2680
to ensure stability before changing how scroll regions interact with the
scroll-back history.

These lock the current behavior of VT100EmulatorBackend:

- a newline in the full window grows the history (must be preserved),
- a newline at the bottom of a scroll region with a non-top margin scrolls in
  place and discards the top line (must be preserved),
- a reverse line feed at the top of a region scrolls down in place (must be
  preserved),
- a newline at the bottom of a top-anchored region currently discards the top
  line; this documents the status quo that the planned fix will change so the
  line is added to the scroll-back instead.

No production code changes.
Assets 2
Loading