terminal: remove TODO

This commit is contained in:
Mitchell Hashimoto
2024-03-13 13:10:10 -07:00
parent 5b2f624c0a
commit 522c28207e

View File

@ -413,7 +413,6 @@ pub fn adjust(
self.adjust(s, .home);
},
// TODO(paged-terminal): this doesn't take into account blanks
.page_down => if (end_pin.down(s.pages.rows)) |new_end| {
end_pin.* = new_end;
} else {