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

Adhoc build 3.0.20161204_211223

parent c14de388
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -80,7 +80,6 @@
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
enableAddressSanitizer = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
Loading
Loading
Loading
Loading
@@ -620,13 +620,13 @@ static const int kDragThreshold = 3;
}
 
- (void)setCursorNeedsDisplay {
[self setNeedsDisplayInRect:[self rectWithHalo:[self cursorFrame]]];
// [self setNeedsDisplayInRect:[self rectWithHalo:[self cursorFrame]]];
}
 
- (void)setCursorType:(ITermCursorType)value {
_drawingHelper.cursorType = value;
[self setCursorNeedsDisplay];
[self refresh];
// [self refresh];
}
 
- (NSDictionary*)markedTextAttributes {
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