xP: implement buffer line leakage

Rather than on redisplay, these get cleared on reconnect.
This commit is contained in:
2022-09-07 15:33:38 +02:00
parent 2e3005d88b
commit 2341228efd
4 changed files with 25 additions and 13 deletions

View File

@@ -63,6 +63,9 @@ body {
overflow-y: auto;
}
.leaked {
opacity: 50%;
}
.date {
padding: .3rem;
grid-column: span 2;