From 0cfcfe5fcb0c047146ce6b574cf0087f92d96b0d Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Mon, 21 Apr 2025 00:00:22 +0200 Subject: [PATCH] found one more todo --- arch/textwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/textwindow.cc b/arch/textwindow.cc index 8a27c43..b4bd32f 100644 --- a/arch/textwindow.cc +++ b/arch/textwindow.cc @@ -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++;