Skip to content

Commit

Permalink
Hacky fix capital russian chars [refs blinksh#50].
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Aug 27, 2016
1 parent ff29bb1 commit a1dbb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blink/TermView.m
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ - (void)setKbdCommands
[_kbdCommands addObject:[UIKeyCommand keyCommandWithInput:@"0" modifierFlags:UIKeyModifierControl action:@selector(resetFontSize:)]];

// controlSeqs
NSString *charset = @"qwertyuiopasdfghjklzxcvbnm!@#$%^&*()=_[]{}'\\\"|`~,./<>?";
NSString *charset = @"qwertyuiopasdfghjklzxcvbnmйцукеёнгшщзхъфывапролджэячсмитьбю!@#$%^&*()=_[]{}'\\\"|`~,./<>?";
NSUInteger length = charset.length;
unichar buffer[length + 1];
[charset getCharacters:buffer range:NSMakeRange(0, length)];
Expand Down

0 comments on commit a1dbb8a

Please sign in to comment.