found one more todo

This commit is contained in:
Eggert Jung
2025-04-21 00:00:22 +02:00
parent adbe5934fa
commit 0cfcfe5fcb

View File

@@ -55,7 +55,7 @@ void TextWindow::print(const char* str, size_t length, CGA::Attribute attrib) {
if(from_col+x_now >= to_col-1){
x_now = 0;
if(from_row + y_now >= to_row-1){
//scrollUp()
//TODO scrollUp()
}
else{
y_now++;