mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
Fix some words
This commit is contained in:
@ -353,9 +353,9 @@ pub fn adjust(
|
|||||||
s: *const Screen,
|
s: *const Screen,
|
||||||
adjustment: Adjustment,
|
adjustment: Adjustment,
|
||||||
) void {
|
) void {
|
||||||
// Note that we always adjusts "end" because end always represents
|
// Note that we always adjust "end" because end always represents
|
||||||
// the last point of the selection by mouse, not necessarilly the
|
// the last point of the selection by mouse, not necessarilly the
|
||||||
// top/bottom visually. So this results in the right behavior
|
// top/bottom visually. So this results in the correct behavior
|
||||||
// whether the user drags up or down.
|
// whether the user drags up or down.
|
||||||
const end_pin = self.endPtr();
|
const end_pin = self.endPtr();
|
||||||
switch (adjustment) {
|
switch (adjustment) {
|
||||||
|
Reference in New Issue
Block a user