Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@noborus
Copy link
Owner

@noborus noborus commented Aug 2, 2025

  • Fix optimalCursor boundary conditions to use inclusive comparisons
  • Add bounds checking for cursor position in moveColumnLeft
  • Ensure non-negative x position in moveColumnRight
  • Add comprehensive test cases for edge cases and header column scenarios
  • Improve comments to clarify behavior with inconsistent column counts

Fixes #822

noborus added 2 commits August 2, 2025 09:02
- Fix optimalCursor boundary conditions to use inclusive comparisons
- Add bounds checking for cursor position in moveColumnLeft
- Ensure non-negative x position in moveColumnRight
- Add comprehensive test cases for edge cases and header column scenarios
- Improve comments to clarify behavior with inconsistent column counts

Fixes #822
- Add column3.txt with varying column counts per line
- Used for testing column navigation with inconsistent data structure

Related to #822
@noborus noborus merged commit 1204f20 into master Aug 2, 2025
9 checks passed
@noborus noborus deleted the fix-isssue-822 branch September 3, 2025 23:56
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.

Crash in column mode

1 participant