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

Adhoc build 3.0.20170104_213521

parent d8a3e82f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,6 +56,47 @@
</array>
</dict>
</array>
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>New iTerm2 Tab Here</string>
</dict>
<key>NSMessage</key>
<string>openTab</string>
<key>NSRequiredContext</key>
<dict>
<key>NSTextContent</key>
<string>FilePath</string>
</dict>
<key>NSSendTypes</key>
<array>
<string>NSFilenamesPboardType</string>
<string>public.plain-text</string>
</array>
</dict>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>New iTerm2 Window Here</string>
</dict>
<key>NSMessage</key>
<string>openWindow</string>
<key>NSRequiredContext</key>
<dict>
<key>NSTextContent</key>
<string>FilePath</string>
</dict>
<key>NSSendTypes</key>
<array>
<string>NSFilenamesPboardType</string>
<string>public.plain-text</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>iTerm2</string>
<key>CFBundleGetInfoString</key>
Loading
Loading
@@ -177,47 +218,6 @@
</array>
</dict>
</array>
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>New iTerm2 Tab Here</string>
</dict>
<key>NSMessage</key>
<string>openTab</string>
<key>NSRequiredContext</key>
<dict>
<key>NSTextContent</key>
<string>FilePath</string>
</dict>
<key>NSSendTypes</key>
<array>
<string>NSFilenamesPboardType</string>
<string>public.plain-text</string>
</array>
</dict>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>New iTerm2 Window Here</string>
</dict>
<key>NSMessage</key>
<string>openWindow</string>
<key>NSRequiredContext</key>
<dict>
<key>NSTextContent</key>
<string>FilePath</string>
</dict>
<key>NSSendTypes</key>
<array>
<string>NSFilenamesPboardType</string>
<string>public.plain-text</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>unknown</string>
<key>LSApplicationCategoryType</key>
Loading
Loading
Loading
Loading
@@ -917,6 +917,17 @@ typedef struct iTermTextColorContext {
iTermBackgroundColorRun *run = box.valuePointer;
NSPoint textOrigin = NSMakePoint([iTermAdvancedSettingsModel terminalMargin] + run->range.location * _cellSize.width,
y);
[self constructAndDrawRunsForLine:theLine
row:line
inRange:run->range
startingAtPoint:CGPointMake(textOrigin.x + 1, textOrigin.y + 0.5)
bgselected:run->selected
bgColor:box.unprocessedBackgroundColor
processedBackgroundColor:box.backgroundColor
matches:matches
forceTextColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:1]
context:ctx];
[self constructAndDrawRunsForLine:theLine
row:line
inRange:run->range
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