Files
sideline/engine/app
David Gwilliam f91082186c Fix scroll direction inversion in REPL
Fixed the scroll direction bug where PageUp/PageDown were inverted:

- page_up now scrolls UP (back in time) with positive delta (+10)
- page_down now scrolls DOWN (forward in time) with negative delta (-10)
- Mouse wheel up/down also fixed with same logic (+3/-3)

The scroll logic in scroll_output() was correct (positive = scroll up),
but the key handlers in both main.py and pipeline_runner.py had
the signs inverted.
2026-03-23 17:03:03 -07:00
..
2026-03-23 17:03:03 -07:00