foo
[visor] / libvisor / src / vimpl.h
index c7b8ab4..22f4252 100644 (file)
@@ -26,6 +26,8 @@ struct visor {
        struct vi_alloc mm;
        struct vi_ttyops tty;
        void *tty_cls;
        struct vi_alloc mm;
        struct vi_ttyops tty;
        void *tty_cls;
+
+       int term_width, term_height;
 };
 
 struct vi_buffer {
 };
 
 struct vi_buffer {