Skip to content

Commit

Permalink
Make terminal background transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Sep 10, 2016
1 parent b42f25d commit 5ab367a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blink/TermView.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ - (id)initWithFrame:(CGRect)frame
[configuration.userContentController addScriptMessageHandler:self name:@"interOp"];

_webView = [[WKWebView alloc] initWithFrame:self.frame configuration:configuration];
_webView.opaque = NO;
[self resetDefaultControlKeys];

[self addSubview:_webView];
Expand Down

0 comments on commit 5ab367a

Please sign in to comment.