mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
terminal: remove TODO
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user