Files
sideline/engine/display/backends
David Gwilliam ac788fdc6d Add Ctrl+C quit handling to REPL
- Add _quit_requested flag to TerminalDisplay
- Add request_quit() method to TerminalDisplay
- Handle 'ctrl_c' key in REPL input loops in both pipeline_runner.py and main.py
- When Ctrl+C is pressed, request_quit() is called which sets the flag
- The main loop checks is_quit_requested() and raises KeyboardInterrupt
2026-03-30 19:16:07 -07:00
..
2026-03-31 01:55:21 +00:00
2026-03-31 01:55:21 +00:00
2026-03-31 01:55:21 +00:00
2026-03-31 01:55:21 +00:00
2026-03-30 19:16:07 -07:00