Skip to content
Snippets Groups Projects
Commit a8f0f6c6 authored by Andy Stanton's avatar Andy Stanton Committed by GitHub
Browse files

Merge branch 'master' into add_check_for_updates_to_menubar_icon

parents 3b0a5906 6b5442b3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5867,9 +5867,7 @@ ITERM_WEAKLY_REFERENCEABLE
send_str = (unsigned char *)[data bytes];
send_strlen = [data length];
} else if (keystr != nil) {
NSData *keydat = ((modflag & NSControlKeyMask) && unicode > 0) ?
[keystr dataUsingEncoding:NSUTF8StringEncoding] :
[unmodkeystr dataUsingEncoding:NSUTF8StringEncoding];
NSData *keydat = [keystr dataUsingEncoding:_terminal.encoding];
send_str = (unsigned char *)[keydat bytes];
send_strlen = [keydat length];
}
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