diff --git a/terminal.c b/terminal.c index 380f0d4a..b17731d3 100644 --- a/terminal.c +++ b/terminal.c @@ -263,7 +263,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data) * temporary one - all changes done to it will be lost when * the interactive resize ends. */ - return 0; + return true; } uint8_t buf[24 * 1024];