1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 13:26:44 +02:00

rm unnecessary file transfer limit

This commit is contained in:
Jfreegman
2014-02-20 07:47:19 -05:00
parent eb2d6afa00
commit 69c467fa5f
3 changed files with 2 additions and 3 deletions

View File

@ -162,7 +162,7 @@ static void prompt_onKey(ToxWindow *self, Tox *m, wint_t key)
else if (key == KEY_END) { /* END key: move cursor to end of line */
if (prt->pos != prt->len)
prt->pos = prt->len;
}
}
else if (key == KEY_LEFT) {
if (prt->pos > 0)