On Thu Mar 20 15:05:31 2025 +0000, Jacek Caban wrote:
I think it would be cleaner to store the list inside the console struct instead. On a related note, the same likely applies to the screen buffer list, its global scope is probably a leftover from the old console architecture.
Sure. The only reason I hesitated to do this is we need a separate field to mark whether it's attached to a console anyway, but I can see it being more idiomatic that way.