diff --git a/main.cpp b/main.cpp index ee365ed..2c7f756 100644 --- a/main.cpp +++ b/main.cpp @@ -201,7 +201,7 @@ void move_cursor(char ch) { break; } } -// Skoky a přesuny +// Jump to line void jump(count_type r) { count_type last_start = file.size()-LINES; if(last_start < 0)