mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: remove TODO
This commit is contained in:
@ -413,7 +413,6 @@ pub fn adjust(
|
|||||||
self.adjust(s, .home);
|
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| {
|
.page_down => if (end_pin.down(s.pages.rows)) |new_end| {
|
||||||
end_pin.* = new_end;
|
end_pin.* = new_end;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user