aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorRussell McClellan <russell.mcclellan@gmail.com>2022-08-21 18:30:08 -0400
committerjixiuf <jixiuf@qq.com>2022-11-17 21:42:51 +0800
commitfd2a0255b1d8c0f112b3e2a5e01ff2e510d05def (patch)
tree39abf88ad3dcc5dc62dab3675ee52f1eeae9605a /vterm-module.h
parent576408473b655491cfc85b1124456504d35d73a3 (diff)
Support `sb_clear` callback if present
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h
index e8bb01b..1699cbc 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -79,6 +79,7 @@ typedef struct Term {
// window height has increased) and must be deleted from the terminal buffer
int sb_pending;
int sb_pending_by_height_decr;
+ bool sb_clear_pending;
long linenum;
long linenum_added;