Unite comment language
This commit is contained in:
parent
1e7ea2b5a2
commit
4b7d0cd038
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -201,7 +201,7 @@ void move_cursor(char ch) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Skoky a přesuny
|
// Jump to line
|
||||||
void jump(count_type r) {
|
void jump(count_type r) {
|
||||||
count_type last_start = file.size()-LINES;
|
count_type last_start = file.size()-LINES;
|
||||||
if(last_start < 0)
|
if(last_start < 0)
|
||||||
|
|
Loading…
Reference in a new issue