diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2018-12-01 01:12:28 +0800 |
|---|---|---|
| committer | jixiufeng <jixiufeng@luojilab.com> | 2018-12-01 01:15:35 +0800 |
| commit | da9e9b8f3dd2bbef79c737aa0fb125cd0bf606f9 (patch) | |
| tree | 26a3031caf4c434d44b7500d436086337e38aef8 /vterm-module.h | |
| parent | c20f3729731cea6bc5ee8af9d05d26bdd9fbb23d (diff) | |
Refactor Window Width and Height
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index 9f809b3..d985033 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -50,6 +50,8 @@ typedef struct Term { Cursor cursor; char *title; bool is_title_changed; + + int width, height; } Term; // Faces |
