From 2341228efd02bcd4c99214885a5214826bfffa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 7 Sep 2022 15:33:38 +0200 Subject: xP: implement buffer line leakage Rather than on redisplay, these get cleared on reconnect. --- xC-proto | 1 + 1 file changed, 1 insertion(+) (limited to 'xC-proto') diff --git a/xC-proto b/xC-proto index e985fdb..d25a118 100644 --- a/xC-proto +++ b/xC-proto @@ -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 { -- cgit v1.2.3