Similar to #3519, when watching logs, or build processes, similar lines being shown repeatedly can often make it hard to determine if anythings happening (as each new page of data looks the same as the previous one)
Eg, remove brightness by X percent for output older than 5 minutes, y% for output older than 15 minutes.
I doubt that this would be something that we'd ship as a part of the Terminal, though this _is_ something we'll consider while designing the extensibility model. If the terminal were to support this, it would need to track when each line was put into the scrollback, and then be able to render each of those lines differently based on that amount of time. I don't necessarily want the Terminal to be directly in the business of tracking all that info and configuring that itself, but maybe an extension could.
Most helpful comment
I doubt that this would be something that we'd ship as a part of the Terminal, though this _is_ something we'll consider while designing the extensibility model. If the terminal were to support this, it would need to track when each line was put into the scrollback, and then be able to render each of those lines differently based on that amount of time. I don't necessarily want the Terminal to be directly in the business of tracking all that info and configuring that itself, but maybe an extension could.