Skip to content
Snippets Groups Projects
Commit aac987f6 authored by George Nachman's avatar George Nachman
Browse files

Fix bug where we almost always selected to the end of the line

parent 5e9da10e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6879,7 +6879,7 @@ static double EuclideanDistance(NSPoint p1, NSPoint p2) {
return iResult;
}
 
- (BOOL)_lineLength:(int)y
- (int)_lineLength:(int)y
{
screen_char_t *theLine = [dataSource getLineAtIndex:y];
int x;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment