Skip to content

Don't exit on Ctrl+W#326

Merged
lhecker merged 1 commit intomainfrom
users/lhecker/175-stay-open
May 27, 2025
Merged

Don't exit on Ctrl+W#326
lhecker merged 1 commit intomainfrom
users/lhecker/175-stay-open

Conversation

@lhecker
Copy link
Member

@lhecker lhecker commented May 27, 2025

Closes #175

Comment on lines +2292 to +2293
+ (delta_y as i64 * scrollable_height as i64 / trackable as i64)
as CoordType;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in #315, I'd like to use floats here once everything uses floats. I think that makes sense long-term. For now, I'd like to stick with i64 for intermediate results for consistency.

@lhecker lhecker merged commit 45f597a into main May 27, 2025
1 check passed
@lhecker lhecker deleted the users/lhecker/175-stay-open branch May 27, 2025 21:12
Lou32Verbose pushed a commit to Lou32Verbose/edit that referenced this pull request Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Close Editor exits the application if there are no other buffers to close.

2 participants