aboutsummaryrefslogtreecommitdiffstats
path: root/pty-unix.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-09 21:20:51 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-09 21:20:51 -0400
commite9a9a54540ec467a5435c0b16fe2d9692e22cf7a (patch)
tree6c139ffa0614e61aac6c27ee39664b2e63da5c76 /pty-unix.h
parentc1b938e0388146dac6f82a65f6b972519cc6532b (diff)
downloadrunes-e9a9a54540ec467a5435c0b16fe2d9692e22cf7a.tar.gz
runes-e9a9a54540ec467a5435c0b16fe2d9692e22cf7a.zip
the subprocess dying should also close the window
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 193314c..c353c7e 100644
--- a/pty-unix.h
+++ b/pty-unix.h
@@ -18,6 +18,7 @@ typedef struct {
void runes_pty_backend_init(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);
void runes_pty_backend_cleanup(RunesTerm *t);
#endif