Remove resolve TODO
This commit is contained in:
parent
8c6ef1c9e9
commit
fca89c9f55
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue