aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2020-02-05 23:10:34 +0800
committerjixiuf <jixiuf@qq.com>2020-02-05 23:14:19 +0800
commit4f57ec6827115c8591165c7215084e8c918eaf1d (patch)
treec124dcaf2349ae2314a78491322ab484c597cc15 /vterm-module.h
parent65b76502d6503e197662f506d6d4212fb333b972 (diff)
add vterm-disable-bold-font. close #79
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 57450f4..5be8b49 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -81,6 +81,7 @@ typedef struct Term {
int width, height;
int height_resize;
bool resizing;
+ bool disable_bold_font;
int pty_fd;
} Term;