found one more todo
This commit is contained in:
@@ -55,7 +55,7 @@ void TextWindow::print(const char* str, size_t length, CGA::Attribute attrib) {
|
|||||||
if(from_col+x_now >= to_col-1){
|
if(from_col+x_now >= to_col-1){
|
||||||
x_now = 0;
|
x_now = 0;
|
||||||
if(from_row + y_now >= to_row-1){
|
if(from_row + y_now >= to_row-1){
|
||||||
//scrollUp()
|
//TODO scrollUp()
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
y_now++;
|
y_now++;
|
||||||
|
|||||||
Reference in New Issue
Block a user