squash! Clean unnecessary jumping

This commit is contained in:
Matúš Púll 2025-04-07 21:12:22 +02:00
parent b81f74c0b2
commit 4929064b30

View file

@ -69,7 +69,6 @@ void print_file(int start = 0) {
print_line(i);
else
clear_line(i);
move(row, col);
}