X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=libvisor%2Fsrc%2Fvimpl.h;h=22f4252e25bc04323d743b13be0b371b1d4605df;hb=HEAD;hp=af9b6c418886c8614b084a64aa8150c9937219cf;hpb=9f0326a07930f909b44433f5d0e3b556d0b16a51;p=visor diff --git a/libvisor/src/vimpl.h b/libvisor/src/vimpl.h index af9b6c4..22f4252 100644 --- a/libvisor/src/vimpl.h +++ b/libvisor/src/vimpl.h @@ -1,3 +1,20 @@ +/* +visor - lightweight system-independent embeddable text editor framework +Copyright (C) 2019 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . +*/ #ifndef VIMPL_H_ #define VIMPL_H_ @@ -9,6 +26,8 @@ struct visor { struct vi_alloc mm; struct vi_ttyops tty; void *tty_cls; + + int term_width, term_height; }; struct vi_buffer {