Support resizing
[apps/madtty.git] / madtty / madtty.h
index c7e2a82..edecde9 100644 (file)
@@ -68,6 +68,7 @@ typedef struct {
 void madtty_initialize(void);
 
 madtty_t *madtty_create(int rows, int cols);
+void madtty_resize(madtty_t *rt, int rows, int cols);
 void madtty_destroy(madtty_t *rt);
 pid_t madtty_forkpty(madtty_t *rt, const char *path, const char *argv[]);