X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=libvisor%2Finclude%2Fvisor.h;h=4d2233a314feb49e31b12d7dc521622f6315a22f;hp=58b6ac4c121b274b65bb1b8874f362c655f0b3e1;hb=519bb5db64dd400724d8beedd10bf54d8cf2b7af;hpb=94c867869ece77f27cf3c8b637d44e13d86f5b88 diff --git a/libvisor/include/visor.h b/libvisor/include/visor.h index 58b6ac4..4d2233a 100644 --- a/libvisor/include/visor.h +++ b/libvisor/include/visor.h @@ -111,6 +111,9 @@ void vi_destroy(struct visor *vi); void vi_set_fileops(struct visor *vi, struct vi_fileops *fop); void vi_set_ttyops(struct visor *vi, struct vi_ttyops *tty); +void vi_window(struct visor *vi, int xsz, int ysz); +void vi_redraw(struct visor *vi); + /* vi_new_buf creates a new buffer and inserts it in the buffer list. If the * path pointer is null, the new buffer will be empty, otherwise it's as if it * was followed by a vi_buf_read call to read a file into the buffer.