Fix end key

This commit is contained in:
Andrew Pamment 2017-09-09 17:56:12 +10:00
parent 1b268b6d07
commit de831f9586

View File

@ -2270,7 +2270,7 @@ void list_messages(struct user_record *user) {
start = 0;
}
redraw = 1;
} else if (c == 72) {
} else if (c == 75) {
// HOME KEY
i = 1;
start = 0;