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

@@ -60,6 +60,7 @@ struct EventMessage {
string buffer_name;
case BUFFER_LINE:
string buffer_name;
bool leak_to_active;
bool is_unimportant;
bool is_highlight;
enum Rendition {