aboutsummaryrefslogtreecommitdiffstats
path: root/pty-unix.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-09 22:33:51 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-09 22:33:51 -0400
commitbf64776864715f5fd707883625b40e61343e3df2 (patch)
tree3c436c74e02a8a72759d59797c8fcd1732691822 /pty-unix.h
parente9a9a54540ec467a5435c0b16fe2d9692e22cf7a (diff)
downloadrunes-bf64776864715f5fd707883625b40e61343e3df2.tar.gz
runes-bf64776864715f5fd707883625b40e61343e3df2.zip
handle setting the terminal size properly
Diffstat (limited to 'pty-unix.h')
-rw-r--r--pty-unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pty-unix.h b/pty-unix.h
index c353c7e..175baa7 100644
--- a/pty-unix.h
+++ b/pty-unix.h
@@ -16,6 +16,7 @@ typedef struct {
} RunesPtyLoopData;
void runes_pty_backend_init(RunesTerm *t);
+void runes_pty_backend_set_window_size(RunesTerm *t);
void runes_pty_backend_loop_init(RunesTerm *t);
void runes_pty_backend_write(RunesTerm *t, char *buf, size_t len);
void runes_pty_backend_request_close(RunesTerm *t);