drift #12
Reference in New Issue
Block a user
Delete Branch "drift"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactors the terminal render loop to clearly separate message, ticker, scroll motion, and firehose layers, and updates firehose behavior to drift upward independently at a slower rate than the ticker.
Also updates buffer/glitch handling to target the ticker layer correctly and keeps the firehose overlay transparent (no background fill), so ticker content remains visible through firehose gaps.
Scope: engine/scroll.py only
Validation: python3 mainline.py --poetry --firehose (exit code 0)