aboutsummaryrefslogtreecommitdiff
path: root/src/pool.c
AgeCommit message (Collapse)Author
12 daysRemove redundant line-clearing in steal_line().B. Watson
12 daysAlways clear line data when adding.B. Watson
12 daysDERP! if(x = y), should be == of course. and cc65 doesn't warn for it like ↵B. Watson
gcc does...
12 daysReclaim a screen's lines when it gets closed.B. Watson
2026-04-25Fix steal_line(), no more crashes.B. Watson
2026-04-24Dynamic screens. Still a bit flaky, but actually does work to some degree.B. Watson