1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 05:16:45 +02:00

use pthread for mplex detach polling for better portability

This commit is contained in:
Jfreegman
2015-03-11 18:38:07 -04:00
parent 0c39e7b158
commit 442d9e22b4
4 changed files with 77 additions and 70 deletions

View File

@ -34,6 +34,7 @@
#include "groupchat.h"
#include "prompt.h"
#include "help.h"
#include "term_mplex.h"
extern char *DATA_FILE;
extern ToxWindow *prompt;
@ -524,7 +525,7 @@ void cmd_requests(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv
}
void cmd_status(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
{
{
bool have_note = false;
const char *errmsg;