diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-07 15:33:38 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-07 15:34:52 +0200 |
commit | 2341228efd02bcd4c99214885a5214826bfffa5c (patch) | |
tree | edab812d3e72c6b6e689db704c4ffb4dfbdbae0d /xC-proto | |
parent | 2e3005d88b6ee65689f5cf71905b014a56523160 (diff) | |
download | xK-2341228efd02bcd4c99214885a5214826bfffa5c.tar.gz xK-2341228efd02bcd4c99214885a5214826bfffa5c.tar.xz xK-2341228efd02bcd4c99214885a5214826bfffa5c.zip |
xP: implement buffer line leakage
Rather than on redisplay, these get cleared on reconnect.
Diffstat (limited to 'xC-proto')
-rw-r--r-- | xC-proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |