Unite comment language

This commit is contained in:
Matúš Púll 2025-04-16 13:24:51 +02:00
parent 1e7ea2b5a2
commit 4b7d0cd038

View file

@ -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)