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

Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into JFreegman-master

Conflicts:
	testing/toxic/prompt.c
This commit is contained in:
irungentoo
2013-08-06 10:16:26 -04:00
5 changed files with 165 additions and 78 deletions

View File

@ -267,7 +267,6 @@ static void execute(ToxWindow* self, char* u_cmd) {
wprintw(self->window, "Message successfully sent.\n");
}
}
else {
wprintw(self->window, "Invalid command.\n");
}