Merge pull request #352 from stqism/master

In odd cases a terminal may not support beep, added flash as well.
This commit is contained in:
irungentoo 2013-08-05 18:22:34 -07:00
commit b4664f3f29

View File

@ -59,6 +59,7 @@ static void chat_onMessage(ToxWindow* self, int num, uint8_t* msg, uint16_t len)
self->blink = true;
beep();
flash();
}
static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) {