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

Merge pull request #200 from mannol1/master

Core adjustments
This commit is contained in:
mannol1
2014-07-28 01:35:58 +02:00
12 changed files with 234 additions and 81 deletions

View File

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