Fix end key
This commit is contained in:
parent
1b268b6d07
commit
de831f9586
@ -2270,7 +2270,7 @@ void list_messages(struct user_record *user) {
|
|||||||
start = 0;
|
start = 0;
|
||||||
}
|
}
|
||||||
redraw = 1;
|
redraw = 1;
|
||||||
} else if (c == 72) {
|
} else if (c == 75) {
|
||||||
// HOME KEY
|
// HOME KEY
|
||||||
i = 1;
|
i = 1;
|
||||||
start = 0;
|
start = 0;
|
||||||
|
Reference in New Issue
Block a user