Remove resolve TODO

This commit is contained in:
Matúš Púll 2025-04-20 18:26:43 +02:00
parent 8c6ef1c9e9
commit fca89c9f55

View file

@ -250,7 +250,7 @@ void move_cursor(char ch) {
break;
}
}
// Jump to line TODO scroll down if needed
// Jump to line
void jump(count_type r) {
if(r >= get_size()) r = get_size()-1;