Add TODO to print only part of a file

This commit is contained in:
Matúš Púll 2025-03-31 20:43:27 +02:00
parent 63c4f49092
commit 895c4ab075

View file

@ -59,6 +59,7 @@ bool save(string filename) {
}
// Print file content
// TODO only visible part
void print_file() {
clear();
for(int i = 0; i < file.size(); i++) {