1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 07:46:34 +01:00

fix a few notification issues

This commit is contained in:
Jfreegman
2014-07-22 14:38:32 -04:00
parent ac01d6d316
commit a047cead05
5 changed files with 24 additions and 8 deletions

View File

@@ -766,7 +766,7 @@ static void chat_onKey(ToxWindow *self, Tox *m, wint_t key, bool ltr)
ctx->start = wlen < x2 ? 0 : wlen - x2 + 1;
}
} else {
notify(self, error, 0);
beep();
}
} else if (key == '\n') {