Add TODO to print only part of a file
This commit is contained in:
parent
63c4f49092
commit
895c4ab075
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue