1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Terminate slave browsers with libev(ent).

This commit is contained in:
Witold Filipczyk 2017-11-18 15:16:22 +01:00
parent 7abe853803
commit 9175f8ed39

View File

@ -27,6 +27,7 @@
#include "config/options.h"
#include "intl/gettext/libintl.h"
#include "main/main.h"
#include "main/select.h"
#include "main/timer.h"
#include "osdep/ascii.h"
@ -472,6 +473,8 @@ free_itrm(struct itrm *itrm)
mem_free_if(itrm->out.queue.data);
mem_free_if(itrm->in.queue.data);
mem_free(itrm);
program.terminate = 1;
}
/** Resize terminal to dimensions specified by @a text string.