mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 03:36:45 +02:00
fix a few notification issues
This commit is contained in:
@ -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') {
|
||||
|
Reference in New Issue
Block a user