From 0015d26dc8a81ab17f4d84ebed3d0cce201e8e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 10 Sep 2022 18:58:55 +0200 Subject: xC/xP: support hiding unimportant messages at all --- xC-proto | 1 + 1 file changed, 1 insertion(+) (limited to 'xC-proto') diff --git a/xC-proto b/xC-proto index 7b77e5d..52bab54 100644 --- a/xC-proto +++ b/xC-proto @@ -63,6 +63,7 @@ struct EventMessage { void; case BUFFER_UPDATE: string buffer_name; + bool hide_unimportant; case BUFFER_STATS: string buffer_name; // These are cumulative, even for lines flushed out from buffers. -- cgit v1.2.3