index should return after handling bottom-most line in scroll region
parent
f11c82853f
commit
a239098883
|
|
@ -390,6 +390,8 @@ pub fn index(self: *Terminal) void {
|
||||||
// TODO: test
|
// TODO: test
|
||||||
self.scrollUp(1);
|
self.scrollUp(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Increase cursor by 1, maximum to bottom of scroll region
|
// Increase cursor by 1, maximum to bottom of scroll region
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue